Issues
Keyv v5 to v6
We are actively working on Keyv v6, which includes several major changes such as improved TypeScript support, enhanced hooks system, and streamlined storage adapter interfaces. You can follow along with the development and see the full migration guide at https://keyv.org/docs/keyv-v5-to-v6 No major functionality will be added to Keyv v5. Only maintenance and security fixes will be applied going forward. - [Keyv v6 Versioning](https://keyv.org/docs/v5-to-v6/#keyv-v6-versioning) - [Roadmap & Progress](https://keyv.org/docs/v5-to-v6/#roadmap--progress) - [Quick Migration Guide](https://keyv.org/docs/v5-to-v6/#quick-migration-guide) - [Breaking Changes](https://keyv.org/docs/v5-to-v6/#breaking-changes) - [Namespace Overhaul](https://keyv.org/docs/v5-to-v6/#namespace-overhaul) - [`opts` Property Removed](https://keyv.org/docs/v5-to-v6/#opts-property-removed) - [Serialization Replaces `stringify` and `parse`](https://keyv.org/docs/v5-to-v6/#serialization-replaces-stringify-and-parse) - [Hookified for Events and Hooks](https://keyv.org/docs/v5-to-v6/#hookified-for-events-and-hooks) - [`deleteMany` Returns `boolean[]`](https://keyv.org/docs/v5-to-v6/#deletemany-returns-boolean) - [`setMany` Uses `KeyvEntry[]` and Returns `boolean[]`](https://keyv.org/docs/v5-to-v6/#setmany-uses-keyventry-and-returns-boolean) - [`get` and `getMany` No Longer Support Raw](https://keyv.org/docs/v5-to-v6/#get-and-getmany-no-longer-support-raw) - [Iterator Changes](https://keyv.org/docs/v5-to-v6/#iterator-changes) - [Removed `.ttlSupport` from Storage Adapters](https://keyv.org/docs/v5-to-v6/#removed-ttlsupport-from-storage-adapters) - [Returns `undefined` Instead of `null`](https://keyv.org/docs/v5-to-v6/#returns-undefined-instead-of-null) - [Compression Adapter Interface Change](https://keyv.org/docs/v5-to-v6/#compression-adapter-interface-change) - [New Features](https://keyv.org/docs/v5-to-v6/#new-features) - [Keyv v5 Maintenance Mode](https://keyv.org/docs/v5-to-v6/#keyv-v5-maintenance-mode) - [Browser Compatibility](https://keyv.org/docs/v5-to-v6/#browser-compatibility) - [Serialization Adapters](https://keyv.org/docs/v5-to-v6/#serialization-adapters) - [Encryption Adapters](https://keyv.org/docs/v5-to-v6/#encryption-adapters) - [New Identification Functions](https://keyv.org/docs/v5-to-v6/#new-identification-functions) - [Generic Storage Adapter](https://keyv.org/docs/v5-to-v6/#generic-storage-adapter)
jaredwray
Open
Pull Requests
chore: upgrading @jaredwray/fumanchu to 4.6.0
**Please check if the PR fulfills these requirements** - [x] Followed the [Contributing](../blob/main/CONTRIBUTING.md) and [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md) guidelines. - [x] Tests for the changes have been added (for bug fixes/features) with 100% code coverage. **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) chore: upgrading @jaredwray/fumanchu to 4.6.0
jaredwray
Open