Skip to content

Commit

Permalink
Correct HISTORY header for most recent release (#365)
Browse files Browse the repository at this point in the history
The most recent release was 2.2.3, not 2.3.2 -- we can fix the log.

While we're at it, can fix a few typos in this file too.
  • Loading branch information
DavidCain authored Jan 26, 2024
1 parent 211a8f3 commit 72612ed
Showing 1 changed file with 7 additions and 7 deletions.
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

0 comments on commit 72612ed

Please sign in to comment.