2024.8.0
版本发布时间: 2024-08-31 05:00:12
hoppscotch/hoppscotch最新发布版本:2024.9.2(2024-10-15 01:13:29)
This release introduces the AWS Signature auth method and ability to add descriptions in Headers and Parameters sections along with minor improvements across the app and SH containers.
[!WARNING] Breaking change on Selfhosted Instances (including Enterprise) We have introduced a required
DATA_ENCRYPTION_KEY
environment variable that is used to encrypt sensitive info in the backend. Please refer to the documentation here to learn how to configure: https://docs.hoppscotch.io/documentation/self-host/enterprise-edition/install-and-build#configuring-the-environment
What's Changed
- HSB-473 feat: encrypt sensitive data before storing in db by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/4212
- bug: .env.example fix comments formatting by @lwp2070809 in https://github.com/hoppscotch/hoppscotch/pull/4296
- chore(lang): update ru locale by @shipko in https://github.com/hoppscotch/hoppscotch/pull/4295
- chore: updated and corrected Danish translations. by @ch99q in https://github.com/hoppscotch/hoppscotch/pull/4290
- HSB-482 fix: add env missing checks by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/4282
- feat(cli): add support for request variables by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/4275
- feat: description field for request parameters and headers by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/4187
- feat: sort environments alphabetically by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/4280
- chore(lang): update ru locale #2 by @shipko in https://github.com/hoppscotch/hoppscotch/pull/4298
- fix: colour mode bug in profile page by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/4304
- feat: ability to refresh tokens for oauth flows by @amk-dev in https://github.com/hoppscotch/hoppscotch/pull/4302
- changeing healthcheck bc bash is not exists, container is false marke… by @pthoelken in https://github.com/hoppscotch/hoppscotch/pull/4300
- Add Open Containers Initiative (OCI) labels by @DevSecNinja in https://github.com/hoppscotch/hoppscotch/pull/4269
- feat: support importing HAR ( Http Archive Format ) files by @amk-dev in https://github.com/hoppscotch/hoppscotch/pull/4307
- feat: new ui for response interface generation by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/4105
- fix: resolve multiple UI issues and account for
description
field in syncing context by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/4309 - feat: aws signature auth type added by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/4142
- feat(cli): add support for AWS Signature Authorization type by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/4305
- feat: graphql response schema ui by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/4310
- chore: AWS Signature Authorization type flow updates by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/4311
New Contributors
- @lwp2070809 made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/4296
- @ch99q made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/4290
- @pthoelken made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/4300
- @DevSecNinja made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/4269
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2024.7.2...2024.8.0