Skip to content

Releases: pinpt/go-common

v10.0.17

30 Jul 21:53
78bfd57
Compare
Choose a tag to compare
Merge pull request #103 from pinpt/less-error

remove impossible error from NewDateWithTime⏰

Adding a GenerateQueueName Method to the event package

13 Jul 14:35
ecbd672
Compare
Choose a tag to compare

We use deterministically unique queue names based on a Group ID, Headers, and Topics. The Headers and Topics are sorted and hashed and added to the Group ID to get the queue name. This method used to live in another repository but we're moving it to go-common so we can use this elsewhere.

v10.0.15

07 Jul 20:03
56f09d7
Compare
Choose a tag to compare
  • try reconnect after policy violation error

v10.0.14

03 Jul 21:08
cb348ee
Compare
Choose a tag to compare
Merge pull request #99 from pinpt/GOLD-30

GOLD-30 add partial model interface😀

v10.0.13

29 Jun 20:07
5c9a509
Compare
Choose a tag to compare

filter: ability to do multiple groups for filter expressions (GOLD-117)

v10.0.12

27 Jun 17:59
6eeafc5
Compare
Choose a tag to compare
  • event: remove the ping code, not needed anymore

v10.0.11

22 Jun 20:37
ffe0e24
Compare
Choose a tag to compare

Adds AppService to api

v10.0.10

22 Jun 14:18
9de4dc7
Compare
Choose a tag to compare

filter: add String func on filter so we can easily debug the filter expression

v10.0.9

20 Jun 18:26
25d977d
Compare
Choose a tag to compare

log: read more config from env

v10.0.8

18 Jun 22:06
e779ff1
Compare
Choose a tag to compare
Merge pull request #93 from pinpt/checksumcopy

add checksum copy©