Skip to content
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

chore(main): release 1.6.2 #79

Merged
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.6.2](https://github.com/judoscale/judoscale-python/compare/v1.6.1...v1.6.2) (2023-12-01)


### Bug Fixes

* Prevent timing issues by sleeping before reporting metrics ([#78](https://github.com/judoscale/judoscale-python/issues/78)) ([56c6d2f](https://github.com/judoscale/judoscale-python/commit/56c6d2f842a6004122c950472be211564ad9e8c7))
* Report busy job metrics for correct queues ([#77](https://github.com/judoscale/judoscale-python/issues/77)) ([f13be08](https://github.com/judoscale/judoscale-python/commit/f13be080c717fe0ee9520a4303d29a3311002474))

## [1.6.1](https://github.com/judoscale/judoscale-python/compare/v1.6.0...v1.6.1) (2023-10-09)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "judoscale"
version = "1.6.1"
version = "1.6.2"
description = "Official Python adapter for Judoscale — the advanced autoscaler for Heroku"
authors = [
"Adam McCrea <[email protected]>",
Expand Down