Skip to content

Releases: knocklabs/knock-elixir

v0.4.5

18 Jul 19:59
00b2851
Compare
Choose a tag to compare

Changelog

v0.4.4

10 May 14:29
Compare
Choose a tag to compare

Changelog

  • 🔧 chore: move autopublish worklow to correct folder (#10) – juanazam
  • 🌱 feat: object preferences and unset channel data (#11) – cjbell
  • 🔧 chore: prepare for 0.4.4 release – cjbell

v0.4.3

21 Apr 18:35
Compare
Choose a tag to compare

Changelog

  • chore: auto publish on hex when releasing by @juanazam in #8
  • fix: calling get_feed with no options should not fail by @juanazam in #9

Full Changelog: v0.4.2...v0.4.3

v0.4.2

19 Apr 19:20
Compare
Choose a tag to compare

Changelog

  • 🌱 Update README.md (#6) – philipbrown
  • 🌱 feat(messages): add new message endpoints support – juanazam
  • 🔧 chore: update max page limit comments – juanazam
  • 🐛 fix: update wrong default param – juanazam
  • 🌱 feat: add list messages endpoint – juanazam
  • 🌱 Merge pull request #7 from knocklabs/jazambuja-kno-1172-elixir-sdk-add-new-messages-endpoint – juanazam
  • 🔧 chore(workflows): actor is optional – cjbell
  • 🔧 chore: prepare for 0.4.2 release – cjbell

v0.4.1

21 Jan 18:54
Compare
Choose a tag to compare

What's Changed

  • feat(users): add merge user endpoint by @cjbell in #5

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Jan 00:47
Compare
Choose a tag to compare

Full Changelog: v0.4.0-rc.1...v0.4.0

v0.4.0-rc.1

11 Jan 23:12
Compare
Choose a tag to compare

What's Changed

  • Added new Knock.Objects namespace with support for new Knock Objects API
  • Deprecated all Knock.Preferences functions, in favor of their Knock.Users counterparts
  • Added support for new bulk_identify/2, bulk_delete/2, bulk_set_preferences/3 functions