Releases: runtimed/extensions
Releases · runtimed/extensions
Version 0.3.0
Version 0.3.0
- Change Scope to be an enum, to allow enumeration
- Adds EXTENSION_CONFIG to ENV to pass arbitrary data to the extension
- Make the provider mandatory from the extension type
What's Changed
- Type fixes needed to support anaconda's extension for api keys by @intentionally-left-nil in #6
- v0.3.0 by @intentionally-left-nil in #7
Full Changelog: v0.2.0...v0.3.0
Initial Release
Version 0.2.0 (Initial Release)
The first (of many to come) releases for the @runtimed/extensions library. This library will let folks customize the behavior of the runt web ecosystem, by implementing these interfaces. Here's what's in the initial release
- Implement ApiKeyProvider
- Implement RuntError
- General scaffolding
What's Changed
- Set up the initial repository and implement ApiKeyProvider by @intentionally-left-nil in #1
- Add ExtensionError to allow customizing the response error codes by @intentionally-left-nil in #3
- Bug fixes for the ApiKeyProvider by @intentionally-left-nil in #4
- v0.2.0 by @intentionally-left-nil in #5
Full Changelog: https://github.com/runtimed/extensions/commits/v0.2.0