Releases: boostercloud/booster
Releases · boostercloud/booster
v1.14.1
With this release, ReadModels include information on the last projected entity. The new information included is:
- lastUpdateAt
- lastProjectionInfo:
- entityId: The name of the entity
- entityName: The ID of the entity
- entityUpdatedAt: The createdAt field of the entity
- projectionMethod: The class and method used
What's Changed
- Add last update and last projected entity to read models by @gonzalojaubert in #1398
Full Changelog: v1.14.0...v1.14.1
v1.14.0
v1.13.0
v1.12.0
You can disable the creation of all the infrastructure and functionality needed to manage subscriptions by setting config.enableSubscriptions=false
in your Booster.config
block
What's Changed
- Step by step guides link is broken #1391 by @yashp4858 in #1409
- Disable subscriptions by @gonzalojaubert in #1412
New Contributors
- @yashp4858 made their first contribution in #1409
Full Changelog: v1.11.1...v1.12.0
v1.11.1
What's Changed
- Update packages 02 by @JYCabello in #1403
- Return readModel instance when querying by id by @hendrik-lemon in #1410
New Contributors
- @hendrik-lemon made their first contribution in #1410
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Fix docs by @JYCabello in #1401
- Add regex and iRegex filters to Azure and Local Provider by @gonzalojaubert in #1377
Full Changelog: v1.10.2...v1.11.0
v1.10.2
Now, Booster Azure Provider will not create a host.json
file if one was created by the user using config.assets
array. With this change, you can create your own host.json
file with custom configurations, and Booster will deploy it
What's Changed
- Updating packages and runtime by @JYCabello in #1400
- Create host.json file if not exist by @gonzalojaubert in #1402
Full Changelog: v1.10.0...v1.10.2