Serverless Data Lake Framework 2.2.0
This is a new release for SDLF 2.x. See the release notes for SDLF 2.0.0 to learn about all the changes in this major version.
For users of SDLF 1.x, version 1 is still available on the master branch. Development of newer versions of SDLF (2.x) happens on branch main. The workshop still contains sections for version 1 as well.
What's Changed
- replace deprecated utcnow() with now(datetime.timezone.utc) for expli… by @denxychen in #274
- update now() with timezone alias #271 by @levo-777 in #273
- fix team removal workflow by @cnfait in #278
- Changed all the project to use Python 3.12 -- Lambdas and CodeBuild by @Neuw84 in #280
- remove support for single-bucket setup by @cnfait in #279
- Ruff format by @tomaszwrzonski in #285
- Allow adding of non-sdlf layers by arn + bug fix on custom stages by @kangsoon-dev in #277
- remove unused pEntryPoint parameter in stages by @cnfait in #288
New Contributors
- @denxychen made their first contribution in #274
- @levo-777 made their first contribution in #273
- @Neuw84 made their first contribution in #280
- @kangsoon-dev made their first contribution in #277
Thanks
We thank all the contributors/users for their work on this release, in particular @denxychen, @kangsoon-dev, @levo-777, @Neuw84 and @tomaszwrzonski!
Full Changelog: 2.1.1...2.2.0