Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

59 lines (41 loc) · 2.65 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.5.0 - 2022-12-06

Changed

  • Use the /v1/batch endpoint for batching events (this should be backward compatible according to Segment) #40 by @sgallag-insta

1.4.0 - 2022-08-31

Added

1.3.0 - 2021-11-27

Added

1.2.0 - 2020-07-29

Changed

  • Use an empty hash if no properties were provided to track #28

1.1.0 - 2020-04-11

Added

  • Added support for http_proxy and https_proxy environment variables #26 by @saks
  • Added Ruby 2.7 to travis.yml

1.0.0 - 2019-12-12

Added

  • Allow passing custom Net::HTTP options (e.g. timeout) #23 by @barodeur

Changed

  • The gem is no longer tested with Ruby versions below 2.4

0.3.0 - 2018-03-15

Changed

  • Date properties are now automatically converted to ISO 8601 to be consistent with the official client #19 by @juanramoncg