Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
v0.57.0 release (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ortuman authored Feb 12, 2022
1 parent befe8d1 commit aa618bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
25 changes: 14 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

## jackal - main / unreleased

* [ENHANCEMENT] Added memory ballast. #198
* [ENHANCEMENT] Added support for Redis cached repository. #202
* [ENHANCEMENT] Cached VCard repository. #203
* [ENHANCEMENT] Cached Last repository. #204
* [ENHANCEMENT] Cached Capabilities repository. #205
* [ENHANCEMENT] Cached Private repository. #206
* [ENHANCEMENT] Cached BlockList repository. #207
* [ENHANCEMENT] Cached Roster repository. #208
* [CHANGE] Introduced measured repository transaction type. #200
* [CHANGE] Use PgSQL locker. #201
* [BUGFIX] Fix S2S db key check when nop KV is used. #199
## 0.57.0 (2022/02/12)

* [ENHANCEMENT] Added memory ballast. [#198](https://github.com/ortuman/jackal/pull/198)
* [ENHANCEMENT] Added support for Redis cached repository. [#202](https://github.com/ortuman/jackal/pull/202)
* [ENHANCEMENT] Cached VCard repository. [#203](https://github.com/ortuman/jackal/pull/203)
* [ENHANCEMENT] Cached Last repository. [#204](https://github.com/ortuman/jackal/pull/204)
* [ENHANCEMENT] Cached Capabilities repository. [#205](https://github.com/ortuman/jackal/pull/205)
* [ENHANCEMENT] Cached Private repository. [#206](https://github.com/ortuman/jackal/pull/206)
* [ENHANCEMENT] Cached BlockList repository. [#207](https://github.com/ortuman/jackal/pull/207)
* [ENHANCEMENT] Cached Roster repository. [#208](https://github.com/ortuman/jackal/pull/208)
* [CHANGE] Introduced measured repository transaction type. [#200](https://github.com/ortuman/jackal/pull/200)
* [CHANGE] Use PgSQL locker. [#201](https://github.com/ortuman/jackal/pull/201)
* [BUGFIX] Fix S2S db key check when nop KV is used. [#199](https://github.com/ortuman/jackal/pull/199)

2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// Version represents application version.
var Version = NewVersion(0, 56, 0)
var Version = NewVersion(0, 57, 0)

// APIVersion represents admin API version.
var APIVersion = NewVersion(1, 0, 0)
Expand Down

0 comments on commit aa618bb

Please sign in to comment.