Skip to content

Commit

Permalink
Update changelog for rate limiter rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
leviroth committed Mar 2, 2024
1 parent ce39caa commit 92e7052
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- The `Log.t` initially has no output, but can have its output set by the
application.
- Log when `Retry_manager` retries.
- Log, at debug level, when rate limit is exhausted and when it resets.
- Rename `Non_transient_error` to `Permanent_error`.
- Rename `Json_object.Util.time` => `time_sec_since_epoch`.
- Require Jane Street libraries >= v0.16.0.
Expand All @@ -29,6 +28,9 @@
- Change `Iter_comments` to return a pipe.
- Fix a crash when replying to messages by introducing the new
`Endpoint.reply_to_message`.
- Revamp rate limiter. The rate limiter is now built on top of a synchronous
state machine with a small async wrapper. We eliminate various async
background jobs.

## Removed

Expand Down

0 comments on commit 92e7052

Please sign in to comment.