Skip to content

Releases: reimagined/resolve

V0.32.0

01 Oct 10:48
Compare
Choose a tag to compare

Full Changelog

New features:

Enhancements:

  • Add an option to specify hostname for running app in dev mode #2024

Breaking changes:

  • Update minimal node version to 14 #2034

Bug fixes:

  • Timestamps from CommandResult and Event are different #1994
  • The Replicator read model takes a lot of resources during replication of big event store (5kk events) #1949

Documentation:

  • Describe the host option #2043
  • Describe API for fundamental entities of reSolve #2032

Other changes:

  • Next step on long builds #2056
  • Bump resolve-cloud-common version #2054
  • Update invocation type for send notifications #2053

V0.31.10

08 Sep 11:56
Compare
Choose a tag to compare

Full Changelog

Enhancements:

  • Speedup events export and export tests #2031
  • Replace sqlite3 with better-sqlite3 #2027

Bug fixes:

  • Redeploy existing application automatically resume manually paused read model #1951

Documentation:

  • Describe middleware #2004
  • Describe the store.find projection argument #2001

Other changes:

  • Separate error type for 'too many clients' postgres error #2033
  • Sparse clean TRX journal / Improve PLV8 #2030

V0.31.9

31 Aug 11:32
Compare
Choose a tag to compare

Full Changelog

Bug fixes:

  • Events with same timestamp being projected/exported in wrong order #1948

Other changes:

  • Add latest cursor in description of event-store adapter #2017
  • Improve local registry URLS behaviour in resolve-scripts #2015

V0.31.8

27 Aug 13:08
Compare
Choose a tag to compare
V0.31.8

V0.31.7

11 Aug 13:05
Compare
Choose a tag to compare
V0.31.7

V0.31.6

10 Aug 14:25
Compare
Choose a tag to compare
V0.31.6

V0.31.5

29 Jul 11:15
Compare
Choose a tag to compare

Full Changelog

New features:

  • Add 'describe' method for eventstore adapater #1972

Enhancements:

  • Commands return created event to client #1876
  • Introduce an option for aggregate config that enables or disables returning resulting event to client on command execution. #1963

Bug fixes:

  • Running create-resolve-app on Windows results in incorrect path error #1964
  • Unable to use withEncryption and withAdapter API simultaneously #1959

Other changes:

  • Soft bootstrap (primitive without mutexes for concurrent bootstrap/shutdown) #1971

V0.31.4

19 Jul 11:37
Compare
Choose a tag to compare

Full Changelog

Enhancements:

  • Passthorugh errors list from monitoring #1957
  • Implement toggle notification queue mode #1950
  • Add injectEvents, run import-export tests on postgres too #1947

Bug fixes:

  • Failed to load events in eventstore adapter if connection is terminated while events loading #1901
  • Events batch load is very slow #1875

Other changes:

  • Add more monitoring functional tests #1941

V0.31.3

12 Jul 14:28
Compare
Choose a tag to compare

Full Changelog

Enhancements:

  • Improve passthrough errors #1944

Bug fixes:

  • RESOLVE_DEPLOYMENT_DOMAIN is incorrect after using the domains assign command #1933
  • Command error: Incorrect order of events by aggregateId #1873

Other changes:

  • Handle connection terminated errors in postgres eventstore adapter #1943

V0.31.2

08 Jul 07:50
Compare
Choose a tag to compare

Full Changelog

New features:

  • Middleware support for aggregate commands, read model resolvers and projections #1925

Enhancements:

  • Enhance event subscriber prefixes #1936
  • Implement monitoring execution counter #1932
  • Implement only one-time event source mapping #1929
  • Collect read model building metrics per event #1927

Bug fixes:

  • Pagination problem with hacker-news example #1928
  • UI problems with hacker-news example #1921

Documentation:

  • Migrate documentation to docusaurus v2 #1924