Skip to content

Correct HISTORY header for most recent release #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 2.3.2 / 2023-06-12
- Update project to use github actions
# 2.2.3 / 2023-06-12
- Update project to use GitHub Actions
- Support for Python 3.10 and 3.11
- Return values for function calls via the proxy

Expand Down Expand Up @@ -52,7 +52,7 @@
- Add `shutdown` function
- Add gzip support
- Add exponential backoff with jitter when retrying
- Add a paramater in Client to configure max retries
- Add a parameter in Client to configure max retries
- Limit batch upload size to 500KB
- Drop messages greater than 32kb
- Allow user-defined upload size
Expand All @@ -73,7 +73,7 @@

# 1.2.6 / 2016-12-07

- dont add messages to the queue if send is false
- don't add messages to the queue if send is false
- drop py32 support

# 1.2.5 / 2016-07-02
Expand Down Expand Up @@ -129,7 +129,7 @@

# 1.0.1 / 2014-09-08

- fixing unicode handling, for write_key and events
- fixing Unicode handling, for write_key and events
- adding six to requirements.txt and install scripts

# 1.0.0 / 2014-09-05
Expand All @@ -139,8 +139,8 @@
- moving to analytics.write_key API
- moving consumer to a separate thread
- adding request retries
- making analytics.flush() syncrhonous
- adding full travis tests
- making analytics.flush() synchronous
- adding full Travis tests

# 0.4.4 / 2013-11-21

Expand Down