CHANGELOG.md in firebase_id_token-2.5.2 vs CHANGELOG.md in firebase_id_token-3.0.0

- old
+ new

@@ -4,13 +4,46 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [2.5.2] - 2023-03-16 +Nothing. +## [3.0.0] - 2023-04-11 + +### Added +- CI testing using GitHub Actions. +- Explains on `README.md` about the behavior of `verify` on expired tokens. [Details here](https://github.com/fschuindt/firebase_id_token/issues/29). +- Warns about the poorly synchronized clocks issue with the token's `iat`. [Details here](https://github.com/fschuindt/firebase_id_token/issues/21#issuecomment-623133926). +- Gives better examples when testing. [Details here](https://github.com/fschuindt/firebase_id_token/pull/38). +- Created a `.ruby-version` file. +- Added ActiveSupport as dependency for `Time.current`. +- SimpleCov JSON formatter and `json` as dependency. + +### Changed +- It won't default to `Redis.new` anymore. You must now provide Redis details during configuration. [Details here](https://github.com/fschuindt/firebase_id_token/issues/30). +- Upgraded Redis to 5.0.6. +- Upgraded Redis Namespace to 1.10. +- Upgraded HTTParty to 0.21.0. +- Upgraded JWT to 2.7. +- Upgraded [Dev] Ruby to 3.2.2. +- Upgraded [Dev] Bundler to 2.4.13. +- Upgraded [Dev] Rake to 13.0.6. +- Upgraded [Dev] RSpec to 3.12. +- Upgraded [Dev] Redcarpet to 3.6. +- Upgraded [Dev] Simplecov to 0.22.0. +- Upgraded [Dev] Pry to 0.14.2. + ### Fixed +- Code Climate test coverage report. + +### Removed +- Travis CI badge. + +## [2.5.2] - 2023-04-09 + +### Fixed - [CWE-472](https://github.com/fschuindt/firebase_id_token/pull/41). ## [2.5.1] - 2022-08-15 ### Fixed @@ -117,9 +150,11 @@ *Version removed.* ## [0.1.0] - 2017-04-23 *Version removed.* +[3.0.0]: https://github.com/fschuindt/firebase_id_token/compare/2.5.2...3.0.0 +[2.5.2]: https://github.com/fschuindt/firebase_id_token/compare/2.5.1...2.5.2 [2.5.1]: https://github.com/fschuindt/firebase_id_token/compare/2.5.0...2.5.1 [2.5.0]: https://github.com/fschuindt/firebase_id_token/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/fschuindt/firebase_id_token/compare/2.3.2...2.4.0 [2.3.2]: https://github.com/fschuindt/firebase_id_token/compare/2.3.1...2.3.2 [2.3.1]: https://github.com/fschuindt/firebase_id_token/compare/2.3.0...2.3.1