Skip to content

Releases: J-Tech-Japan/Sekiban

0.18.4 Postgres Tables needs to be reset with this release

11 Apr 03:44
c0b8650
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.3...0.18.4

0.18.3 Update Postgres Json Column

30 Mar 01:21
131ae82
Compare
Choose a tag to compare

Postgres Needs to be Reset data!!!

Payload column changed from JSONB to JSON.
This is because JSONB changes order of the element, and C# System.Text.Json.JsonDeserializer needs to put $type element in first. JSON column does store exactly as it stored. So it will be used as JSON. Since Sekiban Postgres does not use JSONB contents for event search, so it should not affect to the performance of Postgres store.

What's Changed

  • Updating Aspire sample to newest and add postgres samples by @tomohisa in #268
  • indent settings by @tomohisa in #269
  • Change Postgres JSONB column to JSON column (need to reset data.) by @tomohisa in #272

Full Changelog: 0.18.2...0.18.3

0.18.2

26 Mar 04:22
895fab6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.1...0.18.2

0.18.1

07 Mar 04:27
25219f3
Compare
Choose a tag to compare

What's Changed

  • updated samples to new sekiban versions by @tomohisa in #264
  • Sekiban Postgres setting from ConnectionStringName by @tomohisa in #265

Full Changelog: 0.18.0...0.18.1

0.18.0

05 Mar 03:42
0907e2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.10...0.18.0

0.17.10

03 Mar 09:52
f8ce324
Compare
Choose a tag to compare

What's Changed

  • postgres implementation improvement and test by @tomohisa in #257

Full Changelog: 0.17.9...0.17.10

0.17.9

29 Feb 20:58
e02ad93
Compare
Choose a tag to compare

What's Changed

  • 252 command converter needs to keep add histories by @tomohisa in #255
  • Execute Command work with the environment as well by @tomohisa in #254

Full Changelog: 0.17.8...0.17.9

0.17.8

29 Feb 01:33
8c50db3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.7...0.17.8

0.17.7

27 Feb 20:46
1a98300
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.6...0.17.7

0.17.6 adding Postgres infrastructure

27 Feb 07:20
f9fa7ca
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 0.17.5...0.17.6