AESR S3 Config Sender의 버전 기록 - 14개 버전
AESR S3 Config Sender 제작자: xargs
AESR S3 Config Sender의 버전 기록 - 14개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 1.1.9
2026년 9월 4일에 출시 - 169.82 KBfirefox 109.0 이상에서 작동- Fixed the background page loading a script path left over from the Manifest V2 build. SAML credential capture now works in Firefox; earlier 1.x versions never ran it.
- Declared data collection permissions: this add-on collects no data. AWS credentials are held in the browser's local extension storage only.
- When your AWS session has expired, Sync and Pull now clear the stale credentials and tell you to sign in to AWS again, instead of showing a raw S3 error.
- Debug mode now logs the reason a SAML capture failed, to help with troubleshooting.
- Dependency updates, including fast-xml-parser 5 and the current AWS SDK, resolving all open security advisories.
MIT 라이선스에 따라 릴리스된 소스 코드
이전 버전
버전 0.2.13
2024년 8월 3일에 출시 - 560.16 KBfirefox 109.0 이상에서 작동Dependency Updates:
Fast XML Parser: Bumped from 4.3.4 to 4.4.0
AWS SDK (STS Client): Bumped from 3.515.0 to 3.614.0
AWS SDK (S3 Client): Bumped from 3.515.0 to 3.525.0
Bootstrap: Bumped from 5.3.2 to 5.3.3
Mini CSS Extract Plugin: Bumped from 2.8.0 to 2.9.0
NPM: Bumped from 10.4.0 to 10.5.2
Webpack: Bumped from 5.90.3 to 5.93.0
Other Development Dependencies:
webpack-dev-middleware from 5.3.3 to 5.3.4
webpack-dev-server from 4.15.1 to 4.15.2
express from 4.18.2 to 4.19.2
follow-redirects from 1.15.5 to 1.15.6
glob from 10.3.10 to 10.4.5
css-loader from 6.10.0 to 6.11.0
ws from 8.14.2 to 8.17.1
braces from 3.0.2 to 3.0.3
FontAwesome from 6.5.1 to 6.5.2MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.12
2024년 2월 21일에 출시 - 1.01 MBfirefox 109.0 이상에서 작동What's Changed
- chore(deps): bump @fortawesome/fontawesome-free from 6.4.2 to 6.5.1 by @dependabot in https://github.com/XargsUK/aesr-s3-config-sender/pull/186
- chore(deps-dev): bump style-loader from 3.3.3 to 3.3.4 by @dependabot in https://github.com/XargsUK/aesr-s3-config-sender/pull/203
- chore(deps-dev): bump mini-css-extract-plugin from 2.7.7 to 2.8.0 by @dependabot in https://github.com/XargsUK/aesr-s3-config-sender/pull/218
- chore(deps): bump fast-xml-parser from 4.3.3 to 4.3.4 by @dependabot in https://github.com/XargsUK/aesr-s3-config-sender/pull/219
- chore(deps): bump @aws-sdk/client-s3 from 3.499.0 to 3.515.0 by @dependabot in https://github.com/XargsUK/aesr-s3-config-sender/pull/224
- chore(deps-dev): bump webpack from 5.89.0 to 5.90.3 by @dependabot in https://github.com/XargsUK/aesr-s3-config-sender/pull/225
- Combined dependencies PR by @XargsUK in https://github.com/XargsUK/aesr-s3-config-sender/pull/226
- chore(deps-dev): bump css-loader from 6.9.1 to 6.10.0 by @dependabot in https://github.com/XargsUK/aesr-s3-config-sender/pull/220
- chore(deps): bump @aws-sdk/client-sts from 3.499.0 to 3.515.0 by @dependabot in https://github.com/XargsUK/aesr-s3-config-sender/pull/223
Full Changelog: https://github.com/XargsUK/aesr-s3-config-sender/compare/v0.2.10...v0.2.12MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.9
2023년 12월 3일에 출시 - 1,006.65 KBfirefox 109.0 이상에서 작동Fix: Banner CSS now shows correctly. Previously showed a white banner (toast)MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.8
2023년 11월 18일에 출시 - 538.48 KBfirefox 109.0 이상에서 작동Fix: Remove unused dependencies
Fix: Remove ttf fonts. woff2 fonts are smaller in size.
Performance: CSS is now 88.41% smaller! Removed unused CSS.MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.7
2023년 11월 17일에 출시 - 881.08 KBfirefox 109.0 이상에서 작동- Bug fixes for Firefox support
- Add debug mode for console logging
- Resolve issue with background.js which was preventing SAML captureMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.6
2023년 11월 16일에 출시 - 881.09 KBfirefox 109.0 이상에서 작동Feat: Adding debugmode, which when enabled, logs to the console any actions/errors.MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.5
2023년 11월 15일에 출시 - 880.63 KBfirefox 109.0 이상에서 작동Bug fix: The extensions popup failed to push the configuration to AWS Extend Switch roles in Firefox due to a difference in the sendMessage function. This has now been fixed.MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.4
2023년 11월 14일에 출시 - 880.59 KBfirefox 109.0 이상에서 작동Adding optional request permissions button if they have not yet been granted for the SAML capture.MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.3
2023년 11월 14일에 출시 - 880.11 KBfirefox 109.0 이상에서 작동Bugfix: Changing cross-extension messaging to allow AESR Sender to push to AWS Extend Switch RolesMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.2
2023년 11월 14일에 출시 - 880.04 KBfirefox 109.0 이상에서 작동Bug fix relating to storage permissions. Profile management should now be working.MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.2.1
2023년 11월 14일에 출시 - 880.03 KBfirefox 109.0 이상에서 작동Adding Firefox support, updating permissions.MIT 라이선스에 따라 릴리스된 소스 코드