Sha256: c799488ca92685f3560265db7cc43be7fa341939e511d966db5a6bbabed04bc8

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

# Changelog
All notable changes to this project will be documented in this file.

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]

## [0.4.0] - 2019-12-28
### Added
- Set `expires_in` and `race_condition_ttl` options during caching.

## [0.3.0] - 2019-11-24
### Changed
- Made `FidoMetada::TestCacheStore` available for gem users. It is not required by default.

## [0.2.0] - 2019-11-16
### Added
- This CHANGELOG.md file.
- Add helper method to build a `OpenSSL::X509::Store` from a metadata statement root certificates

### Changed
- JWT verification to match implementation [submitted upstream](https://github.com/jwt/ruby-jwt/pull/338) to `ruby-jwt`

### Removed
- Drop `securecompare` gem for OpenSSL gem 2.2's implementation, with a Ruby fallback for older versions

## [0.1.0] - 2019-11-13
### Added
- Extracted from [webauthn-ruby PR 208](https://github.com/cedarcode/webauthn-ruby/pull/208) after discussion with the maintainers. Thanks for the feedback @grzuy and @brauliomartinezlm!

[Unreleased]: https://github.com/bdewater/fido_metadata/compare/v0.2.0...HEAD
[0.4.0]: https://github.com/bdewater/fido_metadata/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/bdewater/fido_metadata/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/bdewater/fido_metadata/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/bdewater/fido_metadata/releases/tag/v0.1.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fido_metadata-0.4.0 CHANGELOG.md