Skip to content

Releases: reimagined/resolve

V0.34.3

29 Jul 11:44
Compare
Choose a tag to compare

Full Changelog

Documentation:

  • Describe passing config options to API Handlers #2273

Other changes:

  • Hotfix paths and names in the examples readme page #2274

V0.34.2

19 Apr 09:22
Compare
Choose a tag to compare
V0.34.2

V0.34.1

18 Apr 10:26
Compare
Choose a tag to compare

Full Changelog

Enhancements:

  • Improve post save event notification performance #2266

Other changes:

  • Remove redundant dependency #2264

V0.34.0

11 Apr 07:48
Compare
Choose a tag to compare

Full Changelog

Enhancements:

  • Implement support for PLV8 ver 3.1 #2249

Breaking changes:

  • Independent runtime #2261

Bug fixes:

  • Fix eliminated error message in Init projection handler #2250

Documentation:

  • Add encryption API reference #2254
  • Add info about TypeScript support #2247

Other changes:

  • Refactor resolve-scripts and runtimes #2245

V0.33.15

03 Mar 12:50
Compare
Choose a tag to compare

Full Changelog

Bug fixes:

  • Can't build a monorepo, yarn install dependencies gives random errors #2230
  • Performance tracing commands do not work #2202

Documentation:

  • Add a Getting Started article #2234
  • Describe the reSolve context object and related API #2229
  • Descibe monitoring in the documentation #2201

Other changes:

  • Fix eslint warnings in the tutorial example projects #2238
  • Fix #2230 #2232

V0.33.14

27 Jan 10:45
Compare
Choose a tag to compare

Full Changelog

Enhancements:

  • Implement better SQL for loading events #2222

V0.33.13

24 Jan 15:51
Compare
Choose a tag to compare
V0.33.13

V0.33.12

21 Jan 14:43
Compare
Choose a tag to compare

Full Changelog

New features:

  • Benchmarks for postgresql eventstore loadEvents and saveEvent #2212

Enhancements:

  • Optimize event loading by single aggregateId (special case) #2216

Bug fixes:

  • The IsAlive flag still works incorrectly #2200

V0.33.11

20 Jan 08:50
Compare
Choose a tag to compare

Full Changelog

Enhancements:

  • Prechecked notifications #2209
  • Implement sort index hints for postgres eventstore #2204

Bug fixes:

  • Too many connections created during the startup of hacker-news example with custom read-models enabled #2123

V0.33.10

17 Jan 15:49
Compare
Choose a tag to compare

Full Changelog

Enhancements:

  • Optimize loadevents for postgresql eventstore adapter #2196

Bug fixes:

  • Resetting saga in hacker-news example generates redundant events #2163

Other changes:

  • Fix issue with event.timestamp and +/-1 in @resolve-js/testing-tools #2198