@autofleet/shtinker
v3.13.22
Published
Maintainers
Keywords
Readme
Shtinker
Breaking Changes in V2
- No code changes are required for services using this package.
- Fixed a bug where the context entity ID was incorrectly set to the ID of the last entity saved to the database under the same context. Now, the entity ID will only change when the entity type of the context matches the model name during the save operation to the database.
V3 migration
The breaking change in this version is the removal of zehut from dependencies and usage as a peer-dependency.
The required version of zehut is now ^4.0.0.
This was moved to being a peer-dependency in order to ensure that the version of zehut used here is the same as used in the MS, and not risk the package using v4 while the service is using v3, which would cause zehut to have multiple traces, which will not all hold the correct data.
Additionally, the minimum node version is now 18, due to the minimum version of node defined in zehut.
