We would like to think our many contributors for suggestions, ideas and improvements to Amplitude API.
- Restores file needed for autoloading
- Increases required Ruby version to supported ones. Minimum Ruby version is now 2.7
- Allows using version 2 of Faraday
- Upgrades development dependencies
- Adds more Rubocop rules
- Relaxes Faraday dependency
- Creates new properties on initialization
- Allows sending options to Amplitude
- Solves an error when accessing event properties not been created yet
- Changes Typhoeus to Faraday to launch requests (breaking change)
- Adds new API fields to Event
- Event can now include arbitrary properties, so it could be used if the API adds new ones.
- Updates gem to use HTTP API V2.
- Fix #41 - Delete API now correctly handles Arrays of IDs.
- Update Gem dependencies (thanks @kolorahl, @itamar, @krettan)
- Minimum ruby version is now 2.2
- Support Delete API (thanks @samjohn)
- Fix bundle Inline (thanks @jonduarte)
- Many fixes from @kolorahl
- Allow to use "Event Segmentation" via API (#23).
Please see the v0.0.9 tag.