Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Mar 22, 2024
1 parent 409b88b commit 49a1ec1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Version 11.9.3
--------------
* More precise ordering of operations streamed back to client

Version 11.9.2
--------------
* Only clear J.current if we reuse an old job

Version 11.9.1
--------------
* Delete done jobs after resuption time has passed
* Delete any job after 2x expiry
* Don't set lastUpdate on streaming events
* Delete any job after 2x expiry
* Don't set lastUpdate on streaming events
* Add warning logs when deleting jobs with listeners

Version 11.9.0
Expand All @@ -19,7 +23,7 @@ Version 11.8.5

Version 11.8.4
--------------
* delete in memory jobs periodically in one routine
* delete in memory jobs periodically in one routine

Version 11.7.4
--------------
Expand Down Expand Up @@ -64,19 +68,19 @@ Version 11.6.0

Version 11.5.0
--------------
* Update gocloud to v0.34.0 to support setting max batchsize on topics
* Update gocloud to v0.34.0 to support setting max batchsize on topics

Version 11.4.2
--------------
* Fix bug in api server
* Fix bug in api server

Version 11.4.2
--------------
* Fix bug in api server
* Fix bug in api server

Version 11.4.0
--------------
* Add api server pubsub opts
* Add api server pubsub opts
* Add metrics for failed publish requests
* Add no execution in progress metric
* Add preresponse publish duration metric
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.9.2
11.9.3

0 comments on commit 49a1ec1

Please sign in to comment.