Skip to content

Releases: tamber/tamber-go

Release 0.0.5

15 Aug 21:01
Compare
Choose a tag to compare

• Support new User Merge and User Search methods
• Improvements to optional field handling, using pointers in most cases instead of old approach of ignoring default values
• Separate types for item updates, event retrieve and othe requests
• All structs with an Events field now use EventParams for correct json marshalling
• Testing improved, uses Go testing pkg
• utils.go added for easy value referencing