Releases: macalbert/envilder
🐍 Envilder Python SDK v0.3.2
What's Changed
- feat(sdk-dotnet): add static Envilder facade with sync and async API by @macalbert in #167
Full Changelog: sdk-python/v0.3.1...sdk-python/v0.3.2
📦 Envilder .NET SDK v0.2.0
What's Changed
- feat(sdk-dotnet): add static Envilder facade with sync and async API by @macalbert in #167
Full Changelog: sdk-python/v0.3.1...sdk-dotnet/v0.2.0
🍄 Envilder level up v0.9.3
What's Changed
- chore(infra): replace LOCALSTACK_ACKNOWLEDGE with LOCALSTACK_AUTH_TOKEN by @macalbert in #145
- feat(sdk): add .NET SDK with AWS SSM and Azure Key Vault support by @macalbert in #146
- fix(sdk-dotnet): provide default AWS region in SecretProviderFactory by @macalbert in #147
- chore(deps): bump @aws-sdk/client-ssm from 3.1022.0 to 3.1027.0 by @dependabot[bot] in #154
- chore(deps): bump @aws-sdk/credential-providers from 3.1021.0 to 3.1027.0 by @dependabot[bot] in #152
- chore(deps): bump pnpm/action-setup from 4 to 5 by @dependabot[bot] in #150
- chore(deps): bump @azure/keyvault-secrets from 4.10.0 to 4.11.0 by @dependabot[bot] in #151
- chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #149
- chore(deps-dev): bump testcontainers from 11.13.0 to 11.14.0 by @dependabot[bot] in #153
- chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #148
- chore(deps-dev): bump @secretlint/secretlint-rule-preset-recommend from 11.4.1 to 11.6.0 by @dependabot[bot] in #155
- fix(deps): mitigate vite security vulnerabilities by @macalbert in #156
- feat(sdk): add Python SDK with Makefile and CI workflow by @macalbert in #157
- fix(e2e): use separate env file for GHA tests by @macalbert in #159
- fix(ci): use NuGet flat container API for version check by @macalbert in #158
- ci(coverage): add multi-stack coverage dashboard by @macalbert in #160
- feat(sdk): add Python fluent API facade, update README, and bump to 0.2.0 by @macalbert in #161
- chore(ci): upgrade setup-python to v6 and setup-uv to v7 by @macalbert in #162
- feat(sdk-python): add environment-based secret loading via overloaded methods by @macalbert in #163
- chore(release): bump to 0.9.3 with SDK changelog and TypeScript update by @macalbert in #164
Full Changelog: v0.9.2...v0.9.3
🐍 Envilder Python SDK v0.3.1
What's Changed
- fix(sdk-python): remove mypy-boto3-ssm runtime dependency by @macalbert in #165
Full Changelog: v0.9.3...sdk-python/v0.3.1
🐍 Envilder Python SDK v0.3.0
What's Changed
- chore(ci): upgrade setup-python to v6 and setup-uv to v7 by @macalbert in #162
- feat(sdk-python): add environment-based secret loading via overloaded methods by @macalbert in #163
Full Changelog: sdk-python/v0.2.0...sdk-python/v0.3.0
🐍 Envilder Python SDK v0.2.0
What's Changed
- fix(e2e): use separate env file for GHA tests by @macalbert in #159
- fix(ci): use NuGet flat container API for version check by @macalbert in #158
- ci(coverage): add multi-stack coverage dashboard by @macalbert in #160
- feat(sdk): add Python fluent API facade, update README, and bump to 0.2.0 by @macalbert in #161
Full Changelog: sdk-python/v0.1.0...sdk-python/v0.2.0
🐍 Envilder Python SDK v0.1.0
What's Changed
- chore(deps): bump @aws-sdk/client-ssm from 3.1022.0 to 3.1027.0 by @dependabot[bot] in #154
- chore(deps): bump @aws-sdk/credential-providers from 3.1021.0 to 3.1027.0 by @dependabot[bot] in #152
- chore(deps): bump pnpm/action-setup from 4 to 5 by @dependabot[bot] in #150
- chore(deps): bump @azure/keyvault-secrets from 4.10.0 to 4.11.0 by @dependabot[bot] in #151
- chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #149
- chore(deps-dev): bump testcontainers from 11.13.0 to 11.14.0 by @dependabot[bot] in #153
- chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #148
- chore(deps-dev): bump @secretlint/secretlint-rule-preset-recommend from 11.4.1 to 11.6.0 by @dependabot[bot] in #155
- fix(deps): mitigate vite security vulnerabilities by @macalbert in #156
- feat(sdk): add Python SDK with Makefile and CI workflow by @macalbert in #157
Full Changelog: sdk-dotnet/v0.1.0...sdk-python/v0.1.0
📦 Envilder .NET SDK v0.1.0
What's Changed
- chore(infra): replace LOCALSTACK_ACKNOWLEDGE with LOCALSTACK_AUTH_TOKEN by @macalbert in #145
- feat(sdk): add .NET SDK with AWS SSM and Azure Key Vault support by @macalbert in #146
- fix(sdk-dotnet): provide default AWS region in SecretProviderFactory by @macalbert in #147
Full Changelog: v0.9.2...sdk-dotnet/v0.1.0
🍄 Envilder level up v0.9.2
🎉 What's New
💜 LocalStack joins as a sponsor
Envilder is now proudly sponsored by LocalStack
under their Open Source program. LocalStack powers our AWS integration tests,
giving the project access to a fully local AWS environment for CI/CD.
This is a big step for Envilder's credibility and test infrastructure.
🏗️ SDK Platform groundwork
The project structure has been refactored to support the upcoming multi-runtime
SDK platform — TypeScript, Python, Go, .NET, and Java SDKs that let you load
secrets directly into your app at runtime, no .env files needed.
See the roadmap for what's coming next.
🌍 Documentation website
The new envilder.com documentation site is live —
multi-language (EN, ES, CA), dark/light themes, and a full changelog page.
🧪 Test infrastructure
- New
tests/website/suite covering i18n utilities and Markdown helpers - Unique SSM paths per CLI test run to prevent race conditions in parallel CI
🔧 Dependencies
Routine security and maintenance updates across AWS SDK, Astro, secretlint,
and GitHub Actions dependencies.
Full Changelog: v0.9.1...v0.9.2
🍄 Envilder level up v0.9.1
What's Changed
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #129
- chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #132
- feat(website): add Astro documentation site and CDK infrastructure by @macalbert in #133
- fix(e2e): use unique SSM paths per CLI test run to prevent race conditions by @macalbert in #130
Full Changelog: v0.8.0...v0.9.1