Releases: staadecker/utoc-membership-system
Releases · staadecker/utoc-membership-system
v1.2.1
v1.2.0
What's Changed
- Update cloudbuild.yaml to follow best practices by @staadecker in #106
- Upgrade packages to remove vulnerabilities and fix breaking changes by @staadecker
Full Changelog: v1.1.0...v1.2.0
v1.1.1: Alter cloudbuild.yaml to follow best practices
Update NodeJS version to v20
Updates the NodeJS version for the three cloud functions to be version 20, as the existing version, version 10 was about to be deprecated. Deployed to the test environment and verified that all of signup, adding to the spreadsheet, adding to the google group, welcome email, and removing expired members from the google group all works with the new node version. See #105 for the full changes.
v1.0.2 Fix bug of failing to write to database
Fixes a bug where the new logging headers are being written to the database.
v1.0.1 Better logging
Upgraded the dependencies and improved logging during errors.
v1.0.0: 2022 Membership Pricing + Security Updates
Contains the new 2022 membership pricing and package security updates.