Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Releases: spinnaker/keiko

keiko 2.4.0

27 Feb 23:51
8d7da34
Compare
Choose a tag to compare
v2.4.0

feat(core): fill work pool every poll cycle flag (#22)

keiko 2.3.0

23 Feb 20:21
d0b0948
Compare
Choose a tag to compare
v2.3.0

feat(redis): Prefetch fingerprints to increase likelihood of acquirin…

keiko 2.2.0

15 Feb 21:30
f4938e5
Compare
Choose a tag to compare
v2.2.0

fix(migrator): Change migrator impl to not re-save migration into db …

keiko 2.1.3

30 Jan 20:51
267d544
Compare
Choose a tag to compare
v2.1.3

fix(redis): Chain serialization migrators (#18)

keiko 2.1.2

25 Jan 00:37
5ffadb9
Compare
Choose a tag to compare
v2.1.2

fix(redis): Change hashing algo to ignore message attributes; support…

keiko 2.1.1

23 Jan 17:33
0059cde
Compare
Choose a tag to compare
v2.1.1

fix(redis): Migrator should operate one key at a time (#14)

keiko 2.1.0

22 Jan 23:17
8924060
Compare
Choose a tag to compare
v2.1.0

feat(spring): Allow custom thread name on handlers threadpool (#12)

keiko 2.0.0

19 Jan 22:15
f2657ca
Compare
Choose a tag to compare
feat(core): Switch serialization to use names instead of classes (#10)

* Adds a migrator interface for performing mutations on serialization failures
* Refactors messages & attributes to use `@JsonTypeName`
* Adds `ObjectMapper` configurer to help register subtypes

keiko 1.5.2

19 Dec 22:45
aa77221
Compare
Choose a tag to compare
v1.5.2

fix(redis): Conditionally wire up redis beans (#9)

keiko 1.5.1

19 Dec 20:43
606396c
Compare
Choose a tag to compare
v1.5.1

fix(core): Fix json serialization of message attributes (#8)