Releases: DomoApps/ryuu-proxy
Releases · DomoApps/ryuu-proxy
v5.1.0-beta.1
What's Changed
- Fix Axios by @plumppig in #80
- refactor: migrate to ESM and ryuu-client v5 by @jontiritilli in #81
New Contributors
Full Changelog: v5.0.1...v5.1.0-beta.1
v5.0.1
What's Changed
- Feat/simple api interface by @jmango22 in #29
- Bump extend from 3.0.1 to 3.0.2 by @dependabot[bot] in #30
- Bump sshpk from 1.13.1 to 1.14.2 by @dependabot[bot] in #31
- Added support for /api urls by @ttingey in #32
- /api calls connected by @jmango22 in #33
- updated packages by @jmango22 in #35
- updated packages by @jmango22 in #39
- Configstore by @Caledrith in #40
- Configstore oAuth fix by @Caledrith in #42
- small pathing fix by @Caledrith in #43
- Dependency updates by @Caledrith in #44
- Axios adjustments by @Caledrith in #49
- feat: Modernize ryuu-proxy to v5.0.0 - Fix axios compatibility with modern tooling by @jontiritilli in #63
- Update Test - 75% coverage - Fix type casting by @jontiritilli in #65
- chore(package.json): update version from 5.0.0-beta.1 to 5.0.0 to mar… by @jontiritilli in #66
- refactor(Transport): by @jontiritilli in #67
New Contributors
- @dependabot[bot] made their first contribution in #30
- @ttingey made their first contribution in #32
- @Caledrith made their first contribution in #40
- @jontiritilli made their first contribution in #63
Full Changelog: v3.1.0...v5.0.1
v5.0.0-beta.1
What's Changed
- Update Test - 75% coverage - Fix type casting by @jontiritilli in #65
Full Changelog: v5.0.0-beta.0...v5.0.0-beta.1
v5.0.0-beta.0
What's Changed
- Dependency updates by @Caledrith in #44
- Axios adjustments by @Caledrith in #49
- feat: Modernize ryuu-proxy to v5.0.0 - Fix axios compatibility with modern tooling by @jontiritilli in #63
New Contributors
- @jontiritilli made their first contribution in #63
Full Changelog: v4.3.4...v5.0.0-beta.0
Oauth Token Support
New Features:
- Support for Oauth tokens when using the latest version of domoapps-cli
- Support for multipart files (image uploading)
Version 2.0.0
Breaking Changes
- Configuration options have been moved to a configuration object. To migrate to the newest version, you will need to change
new Proxy(manifest)tonew Proxy({ manifest }). More documentation can be found in README.md