Skip to content

v3.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@fishcharlie fishcharlie released this 11 Aug 01:08
· 284 commits to main since this release
fa1592a

Version 3.0.0 Beta 9

I don't normally provide release notes for beta versions. However, this release contains two important notes I wanted to call out:

  • There was previously a breaking change in v3.0.0 that required you to create a dynamoose.Table instance. This is NO longer the case. We have updated it so that if you create a model without a table, it will automatically create a table instance for you once you make a DynamoDB call on the model. This is done to ensure better backwards compatibility with v2, make migration easier, and overall reduce complexity in Dynamoose for simple use cases.
  • Additionally, this beta (beta 9) will likely be one of the last beta release in the v3.0.0 process. Any future betas will very likely be small fixes required after testing v3.0.0 with my personal projects. Thank you for participating in the beta testing of v3.0.0, and I can't wait for the final release of it.