Skip to content

Releases: kitabisa/smooch

Version 0.5.0

06 Jan 11:09
29daa7a
Compare
Choose a tag to compare
  • allow blank surname when creating app user

Release v0.4.2

17 Dec 11:25
f3e235b
Compare
Choose a tag to compare
  • add mapstructure to hsm payload struct

Release v0.4.1

17 Dec 10:02
5f77f64
Compare
Choose a tag to compare
  • export struct

Release v0.4.0

17 Dec 08:05
2fa10fc
Compare
Choose a tag to compare
  • Pre-create app user and link app user to specified channel functionality.
  • Send message in whatsapp HSM format.
  • Support smooch basic auth and JWT auth.

Release v0.3.1

30 Nov 16:16
6d77535
Compare
Choose a tag to compare
  • Fix invalid JWT expiration

Release v0.3.0

29 Nov 17:17
f29f63e
Compare
Choose a tag to compare
  1. Remove verify secret
    Verify secret is not provided by smooch. It's just a token to secure request between client & messaging service, by checking equality between verifySecret key and header X-Api-Key.

    In this case, we don't need it because we only access santet service from internal and santet isn't exposed to public.

Release v0.2.0

14 Nov 12:09
903d637
Compare
Choose a tag to compare

New features :

  • Token expiration & its checking.
  • Renew token functionality whenever token is expired.
  • Redis support as a centralized storage to store JWT token for supporting autoscaling environment. Use redigo as redis library.