- Helper code to get Kerberos Negotiation Token using keytab and krb5 config file: https://gist.github.com/rajanadar/28c86d967695262bfe1f17ae82fb3d3d
- Helper code to generate on-demand CloudFoundry signature in .NET Applications: https://gist.github.com/rajanadar/84769efeca64e0128d7a8a627b7bb4db
BUG FIXES:
- GH-367 Update System.Text.Json to address known security vulnerability
IMROVEMENTS:
- auth/azure: Add the
resource_idparameter to the login method. - GH-365 Add new
transit key typevalues likehmac-key,cmac-keyetc. - GH-366 PKI Secrets Engine - return raw cert data, including revocation date
BUG FIXES:
- GH-378 DoOIDCCallbackAsync should be allowed for an unauthenticated client
BUG FIXES:
ReadConnectionConfigAsyncmethod uses the correct model object.
BREAKING CHANGES:
NewBackendConfigclass is removed and insteadBackendConfigclass has been enhanced.
BUG FIXES:
- GH-315 Fix exception in secret database
readroleapi due to ttl conversion issues - GH-337 kv2/metadata:
ReadSecretPathsAsyncallows empty path value to list all secrets on the mountPoint - GH-346 Serialized SigninKeyRequest can be invalid due to missing JsonIgnore
- GH-348 JWTAuthMethodProvider should pass unauthenticated: true for callback requests
FEATURES:
- GH-309 identity/oidc/key: create, read, update and delete apis.
- GH-309 identity/oidc/role: create, read, update and delete apis.
- GH-317 pki: Add support for the
read ca chainApi - GH-333 ldap: Add support for role apis, dynamic credentials etc.
- GH-342 /sys/policies/password/:name/generate password generation api.
- GH-356 Add support for .NET 8.0
- GH-362 secrets/database: Connection Apis with additional postgresql support
IMROVEMENTS:
- GH-309 auth/approle:
PullNewSecretIdAsyncallows for reponse wrapping usingwrapTimeToLiveparameter - GH-318 pki: Add
RemoveRootsFromChainfield toSignCertificatesRequestOptions - GH-329 kv2/metadata:
ReadSecretPathsAsyncto use HTTPGETmethod and?list=trueinstead of non-standard HTTP verbLIST - GH-336 approle: Allow updating of app role by ignoring
local_secret_ids - GH-356 Reduce dependency on System.Text.Json for .net 7.
- Health Status now adds the new fields
enterprise,echo_duration_ms,clock_skew_ms&replication_primary_canary_age_ms
BUG FIXES:
- GH-312 Fix
rotation_perioddeserialization issues in System.Text.Json. And all such duration fields that Vault allows in string and integer form.
BUG FIXES:
- GH-312 Fix
rotation_perioddeserialization issues in System.Text.Json. And all such duration fields that Vault allows in string and integer form.
BREAKING CHANGES:
- GH-300 Remove support for EOL .NET 4.5
- Remove support for EOL .NET 4.6, .NET 4.6.1
- Remove support for .NET Standard 1.3
- GH-300 Remove Newtonsoft.Json dependency
IMROVEMENTS:
- GH-301 Add support for reading a secret backend
- Add support for .NET 7.0
- GH-300 Use System.Text.Json as the JSON provider instead of Newtonsoft.Json
BREAKING CHANGES:
- secret/transit: Minor field changes across the apis to make it consistent with other backends. No functional changes.
- Backend APIs to tune mount config now take the
NewBackendConfigobject instead ofBackendConfigobject. - auth/approle:
PullSecretIdAsyncmethod is renamed toPullNewSecretIdAsync - auth/approle:
ReadRoleAsyncmethod uses a new typeAppRoleRoleModelinstead ofAppRoleInfo. - secret/alicloud: The
GetCredentialsAsyncmethod for assumed role changed the data type ofExpirationfield inAliCloudCredentialsclass from typestringtoDateTimeOffset - secret/kv2: Minor field changes to
FullSecretMetadataobject. No functional changes.
FEATURES:
- secret/pki: Add new api to list revoked certificates
- secret/pki: Add new api to auto tidy certificates
- secret/pki: Add new api to get tidy status
- secret/pki: Add new api to cancel the tidy operation
- GH-293 secret/kv2: Add new api for create metadata
- GH-293 secret/kv2: Add new api for update metadata
- GH-294 secret/aws: All management apis
- auth/alicloud: All the AliCloud Auth apis.
- auth/approle: All the AppRole Auth apis.
- secret/alicloud: All the AliCloud Secret apis.
- secret/aws: Add new api to delete role
- secret/transit: All apis are now supported.
- secret/consul: All the apis
- secret/kv2: New apis to configure store wide settings
IMPROVEMENTS:
- GH-292 Add warning and other fields to seal status apis.
- GH-291 Add logger endpoints to System backend.
- Added several fields like plugin_version etc. to the Backend fetching System APIs.
- secret/pki: Added several new fields to the PKI Cert Tidy Request payload.
- secret/pki: Add revocation time rfc and issuer id fields to cert reads.
- GH-293 secret/kv2: Add new fields
cas_requiredandcustom_metadatainFullSecretMetadataclass.
FEATURES:
- secret/kubernetes: Add kubernetes secrets engine.
- auth/jwt(oidc): Added OIDC methods to get auth url and generate vault token by exchanging auth code.
BREAKING CHANGES:
- secrets/gcp: Deprecated the /gcp/token/:roleset and /gcp/key/:roleset paths for generating secrets for rolesets. Use /gcp/roleset/:roleset/token and /gcp/roleset/:roleset/key instead.
FEATURES:
- secret/transit: Add entropy-source field to GenerateRandomBytes api.
- auth/okta: Adds support for Okta Verify TOTP MFA.
IMPROVEMENTS:
- Remove all references of whitelist/blacklist in code, docs etc.
- auth/okta: Okta login now supports the totp, provider and nonce fields.
BREAKING CHANGES:
- GH-288 Fix a ttl bug and use proper http verbs for aws credential generation.
IMPROVEMENTS:
- GH-288 AWS Credentials supports role arn, role session name now.
BUG FIXES:
- GH-289 Fix InvalidOperationException related to Patch Content type for PatchSecretAsync method
BREAKING CHANGE:
- GH-269 Patch Secret Method updated to match API spec.
PatchSecretDataRequestobject withapplication/merge-patch+jsonwill be sent as a HTTPPATCHRequest.
FEATURES:
- GH-268 Vault 1.10.x Feature: Implemented the reading of secret subkeys api capability for KV2 Secret
- GH-238 Add Entity Endpoints for Identity Secret Engine
- GH-280 Implemented the Get Role Id and Pull Secret Id method for AppRole Auth Endpoint
- GH-286 Create, Read and Delete Role and Configure Lease endpoints for RabbitMQ Secrets Engine
DOC IMPROVEMENTS:
- GH-275 Updated Github Pages link to use https
IMPROVEMENTS:
- GH-243 Fix the framework issue with TargetMoniker
DOC IMPROVEMENTS:
- Real GH links on the Changelog file
IMPROVEMENTS:
- GH-223 Implemented support for Ed25519 Key type (Vault 1.9+ only)
- GH-251 Implemented remaining Transit endpoints
- GH-253 Update delete metadata async
- GH-239 Ensure awaits are configured
- GH-241 Enforce await configuration (CA2007)
- GH-246 Added create, read, list & delete token role APIs
BUG FIXES:
- GH-235 Fix a deadlock when a particular internal path is chosen
DOC IMPROVEMENTS:
- GH-236 Add section on Token-Renewal and DI Lifetime
IMPROVEMENTS:
- .NET 6 Support
IMPROVEMENTS:
- GH-215 Certificate Auth now takes a chain of certificates.
- GH-220 Improved the token initialization code by retrying when errors happen first time.
- Add support for AppRole Auth API endpoints
- Implemented AppRole auth endpoint to read role information by role name
BREAKING CHANGES:
- The properties
IssuingCACertificateContentandCAChainContentof the base classAbstractCertificateDatahas been moved to a subclassAbstractIssuedCertificateData.
FEATURES:
- Implemented PKI secret engine endpoint to read a certificate by key (serial number).
- Implemented PKI secret engine endpoint to retrieve a list of certificate keys (serial numbers).
IMPROVEMENTS:
- Changed type of property
ExpirationinCertificateCredentialsfrominttolong.
FEATURES:
- Add support for the
Terraform CloudSecret Backend
IMPROVEMENTS:
- Add support for
orphaned tokensincreate-tokenapi, avoiding suod access
IMPROVEMENTS:
- Add support for
export-keyapi ofTransitSecret Engine
BREAKING CHANGES:
- As part of .NET Framework 4.6.x and 4.7.x and 4.8 support, the delegates to set
HttpClientHandlerhas changed toHttpMessagehandler.
BUG FIXES:
- GH-197 Fix a bug with Certificate Auth not working for .NET 4.6 Apps, by replacing
WebRequestHandlerwithWinHttpHandler
IMPROVEMENTS:
- Add support for .NET 4.6 and 4.6.x, .NET 4.7, .NET 4.7.x, .NET 4.8 and .NET 5.0
- GH-197 Use
WinHttpHandlerinstead ofWebRequestHandlerto support .NET 4.6 versions and higher. - Upgrade to latest JSON dependency
IMPROVEMENTS:
- GH-194 Transit's
ReadEncryptionKeyAsyncreturns themin_available_versionandlatest_versionof the key ring.
IMPROVEMENTS:
- VaultSharp now sets the
X-Vault-Request: trueheader for all API calls.
BUG FIXES:
- GH-194 Fix deserialization error on
ReadEncryptionKeyAsyncfor nonaes256-gcm96based key rings.
FEATURES:
- GH-192 Ability to sign certificate of PKI secret engine.
FEATURES:
- GH-187 Ability to customise the default Secret Engine MountPoints.
- GH-188 Added Trim Key functionality to the Transit Secret Engine.
FEATURES:
- Added active since timestamp to the status output of active nodes.
BUG FIXES:
- GH-182 Allow setting the Auth Info when custom Auth is used.
BREAKING CHANGES:
- GH-181 Transit Secret Engine respects a specific key version, that needs to be specified at the
EncryptionItemorRewrapItemlevel.
BUG FIXES:
- GH-180 Fixes TOTP key list issue
IMPROVEMENTS:
- GH-177 Add ability to make VaultSharp fail fast on Login Authentication issues
IMPROVEMENTS:
- [Kerberos Auth]: Set pre-authenticate flag to optimize on dual calls.
- [Kerberos Auth]: Use
DefaultCredentialsinstead ofDefaultNetworkCredentialsas the default credentials. - GH-172: Add support to query the details of a token
- GH-172: Add Transit operations to CRUD encryption keys
BREAKING CHANGES:
- [KV2 Secrets Engine]: Removed the redundant Dictionary based `WriteSecretAsync' method of KV2 engine. The generic method can be used for everything.
IMPROVEMENTS:
- [Google Cloud Secrets Engine]: Add support for
expires_at_secondsandtoken_ttlfor OAuth2 Token - [Google Cloud Secrets Engine]: Add support for
ttlfor Service Account creation - [KV2 Secrets Engine]: Add support for partial writes (patch updates)
ENTERPRISE VAULT FEATURES:
- Add support for
Key ManagementSecrets Engine.
BREAKING CHANGES:
- Moved Enterprise Secrets Engines under the Enterprise namespace (KMIP, Transform etc.)
BREAKING CHANGES:
- GH-162 The
CloudFoundryAuthMethodInfoconstructor now takes the actual signature and date time
FEATURES:
- GH-161 Add ability to re-fetch vault token as dictated by the client
- Add support for .Net Standard 2.1 (.Net Core 3.x) and .Net 5
BUG FIXES:
- GH-149 Fixes a recursion problem with
WriteSecretAsync - GH-147 Fixes the return type error with kv2 secret writes.
BUG FIXES:
- GH-148 AWS.GenerateSTSCredentialsAsync() should use GET instead of POST.
- GH-150 Fixed case then VAULT_ADDR has a trailing slash.
BREAKING CHANGES:
- The KV2 Backend type changed from
secrettokv-v2
FEATURES:
- GH-146 Add support for
GenerateDataKeyin Transit Engine.
IMPROVEMENTS:
- GH-141 Ability to create, read and delete database roles. (non-static ones)
BUG FIXES:
- GH-135 Fixed a bug with AWS Read Roles.
IMPROVEMENTS:
- GH-135 Ability to inject custom
HttpClientto VaultSharp. - Add
StorageTypefield toSealStatus - Add
Descriptionfield toBackendConfig - GH-136 VaultSharp now supports SourceLink standard for .NET debugging into sources
- GH-137 Read AWS Roles
IMPROVEMENTS:
- GH-133 Add support for the optional
CertificateRoleNamewhile doing Cert based Auth.
FEATURES:
- GH-131 Add support for
AliCloudSecrets Engine. - GH-71 SSH Key Signing
- GH-122 CloudFoundry Auth Method: Support for CloudFoundry login tokens including ability to create signatures.
- GH-96 Ability to delete secret, delete secret versions and undelete a secret.
- GH-113 Extend the TOTP Secrets Engine with more APIs: Create Key, Read, Read All and Delete Key.
- GH-109 Support for Static Database Roles and Static Credentials. CRUD Role, create and rotate static credentials.
- GH-132 Kerberos Auth Method: Support for Kerberos login tokens.
- GH-59 Ability to create tokens: Attached tokens, Orphaned tokens, Role based tokens.
- GH-69 Read CA certificate API
- GH-117 Add ability to read all keys from Transit backend.
- GH-106 Ability to manage LDAP Groups and Users
- GH-130 Add support for OCI Auth backend login
- GH-125 Add support for
Google Cloud KMSSecrets Engine. - GH-126 Add support for
IdentitySecrets Engine. - GH-127 Add support for
MongoDBAtlasSecrets Engine. - GH-128 Add support for
OpenLDAPSecrets Engine.
ENTERPRISE VAULT FEATURES:
BREAKING CHANGES:
GetSealStatusAsyncdoesn't throw an exception anymore for a sealed vault.
IMPROVEMENTS:
- Add support to pass Vault token as
X-Vault-Tokenheader or as the standardAuthorization: Bearer <vault-token>header. By default, theAuthorization: Bearer <vault-token>scheme is used. You can override it using theVaultClientSettings.UseVaultTokenHeaderInsteadOfAuthorizationHeaderflag. - Support lease info in Custom Auth Info.
- Added the
pathfield toFileAuditBackendclass. - Added the
performance_standbyfield toHealthStatusclass. - Added the
initialized,migrationandrecovery_sealfields toSealStatusclass. - Added the
optionsfield to all theBackendclasses. - Added the
token_typefield to all theBackendConfigclasses. - Added the
performance_standbyandperformance_standby_last_remote_walfields toLeaderclass. - Added the
otpandotp_lengthfields toRootTokenGenerationStatusclass. TokenCapabilityclass now returns additional fields as well other than thecapabilitiesfield.
BREAKING CHANGES:
- GH-86 Fix the wrong default mount name for KV1 and KV2 secret engines. To minimize risks, please ensure you are using explicit mount points.
FEATURES:
- GH-75 Add possibility to revoke certificate by serial number.
- GH-76 Add expiration to response of GetCertificateCredentials
- GH-79 Ability to tidy up the certificate storage
- GH-84 Ability to delete KV2 secret metadata and all versions
BUG FIXES:
- GH-94 Add namespace support.
- GH-82 Fix the GetSecretBackendsAsync() deserialization error
- GH-116 GH-107 Fix deadlock issues
- GH-85 Add checks for private key and better documentation
- GH-80 Fix deserialization error on ReturnedLoginAuthInfo
- GH-63 WriteSecretAsync now returns an output
DOC IMPROVEMENTS:
- GH-85 Add documentation to clearly mention that VaultSharp doesn't support automatic client side failovers.
FEATURES:
BUG FIXES:
- Fixes default path of KeyValue version 1 to be kv.
- Fixes a bug with IAM Login, for the shorter overload of the
IAMAWSAuthMethodInfoclass. Fixes GH-61.
DOC IMPROVEMENTS:
- Fixes GH-57. Replaced the use of
varin docs with type info, where the type is hard to infer.
BUG FIXES:
- Fixes GH-67 to read array of ca_chain instead of single string.
- Removed the misleading default value in IAM Auth requestHeaders. Caller needs to explicitly pass a list of signed IAM STS Headers. Please see docs to generate this.
BUG FIXES:
- Fixes GH-61 to supply all the necessary values for IAM Auth login.
FEATURES:
- Azure Secrets Engine: Add support for generating dynamic Azure credentials.
- AliCloud Auth Method: Support for AliCloud login tokens.
FEATURES:
- Secrets Engine: Key Value: Version 1: Add support for Writing & Deleting of secrets.
- Secrets Engine: Key Value: Version 2: Add support for Writing & Destroying of secrets.
BREAKING CHANGES:
- Secrets Engine: Key Value: The
ReadSecretPathListAsyncmethod name changes toReadSecretPathsAsync. Apologies.
FEATURES:
-
Add support for Azure Auth method login.
-
Add support for GoogleCloud Auth method login.
-
Add support for JWT/OIDC Auth method login.
-
Add support for Kubernetes Auth method login.
-
Add support for Okta Auth method login.
-
Add support for RADIUS Auth method login.
-
Transit Secrets Engine: Add support for Encrypt & Decrypt including Batched input.
-
Active Directory Secrets Engine: Add support for offering credentials.
-
AWS Secrets Engine: Add support for generating dynamic IAM credentials & STS IAM credentials.
-
Cubbhole Secrets Engine: Add support for read secret, read paths, write secret and delete secret APIs.
-
Database Secrets Engine: Add support for generating dynamic DB credentials.
-
GoogleCloud Secrets Engine: Add support for generating OAuth2 Token & Service Account Key.
-
Nomad Secrets Engine: Add support for generating dynamic credentials.
-
RabbitMQ Secrets Engine: Add support for generating dynamic credentials.
-
SSH Secrets Engine: Add support for generating dynamic credentials.
-
TOTP Secrets Engine: Add support for generating and validating TOTP code.
-
Supports .Net Standard 1.3 and .NET Framework 4.5. This enables supports for a wide range of platforms.
BREAKING CHANGES:
- The
GenerateCredentialsAsyncmethod name changes toGetCredentialsAsync. Apologies.
FEATURES:
- Add support for PKI dynamic credentials.
- Add support for GitHub auth method.
- Add support for Get, Renew and Revoke calling token info.
- Add docs for VaultSharp 0.6.x
- Add docs for current VaultSharp
BREAKING CHANGES:
- Changed the property names in VaultClient.V1 from SecretsEngine to just Secrets, AuthMethod to Auth and SystemBackend to System. Apologies.
FEATURES:
- Secret Engines: Consul, KeyValue, PKI for dynamic credentials
- Auth methods: AppRole, AWS, LDAP, TLS Certificates, Tokens, Username & password - Login method.
- System Backend Apis.
BREAKING CHANGES:
- VaultSharp has been redesigned from scratch to make the usage very intuitive and structured across the Secrets Engines, Auth Methods and Sys Apis.
MISC:
DEPRECATIONS/CHANGES:
FEATURES:
IMPROVEMENTS:
- Add nonce to
SealStatustype to allow seeing if the operation has reset. [hashicorp/vault#2276] - Add support for batch Transit operations:
TransitEncryptAsync
BUG FIXES:
MISC:
- VaultSharp 0.6.4 is now cross-platform! It supports .NET Standard 1.4 along with .NET 4.5.x and .NET 4.6.x.
- VaultSharp 0.6.4 is also strongly named now. This means your previous NuGet package may not automatically upgrade. YOU MAY NEED TO MANUALLY UPGRADE THE VAULTSHARP NUGET PACKAGE ONCE.
- Basically the change logs for VaultSharp till 0.6.4 and follows the changelog for Vault here. (https://github.com/hashicorp/vault/blob/master/CHANGELOG.md)
- Some of the changes are called out below. But all of Vault 0.6.4 cumulative changes are supported by VaultSharp 0.6.4
- A major breaking change in VaultSharp 0.6.4 is STRONG NAMING of VaultSharp. Now both strong named and non-strong named assemblies can refer to VaultSharp. This does mean that Nuget will not detect any upgrade from VaultSharp less than 0.6.4 to 0.6.4. You need to do this MANUALLY!
DEPRECATIONS/CHANGES:
- VaultSharp 0.6.4 is also strongly named now. This means your previous NuGet package may not automatically upgrade. YOU MAY NEED TO MANUALLY UPGRADE THE VAULTSHARP NUGET PACKAGE ONCE.
- The
InitializeAsyncmethod now takes a single container object for all parameters, instead of primitive parameters. This single container object now has support for the additional recovery fields supported by Vault 0.6.2's initialization. - The File Audit backend path json key internally changed from
pathtofile_path. - The
MongoDbGenerateDynamicCredentialsAsyncmethod now returnsMongoDbUsernamePasswordCredentialsinstead ofUsernamePasswordCredentials. This ensures you get thedatabasefield back as well. - The
MicrosoftSqlReadCredentialLeaseSettingsAsyncmethod now returns theCredentialTimeToLiveSettingsinstead of the deprecatedCredentialTtlSettingstype. This is in alignment with Vault deprecatingttl_maxin favor ofmax_ttl. - VaultSharp 0.6.4 is now strongly named. This breaks compatibility between VaultSharp 0.6.1 and 0.6.4. In fact, NuGet is going to treat them as 2 separate assemblies. I thought through a couple of options like releasing 2 NuGet packages and adding strongly named packages as part of a major version upgrade, but finally decided to just do it now and have just 1 Package. Because we are at the 0.x.x versions, I am thinking we can get away with this. :) A bit of pain now, for a lot less hassles later. (pretty much the whole conundrum of life!)
- The
GetCallingTokenInfoAsyncnow returns a new response typeCallingTokenInfoinstead of the previousTokenInfo. This supports the latest fields for Vault 0.6.4. GH-18 - The
TransitCreateEncryptionKeyAsyncnow supports thetransitKeyTypeparameter to specify the type of key needed. - The
TransitGetEncryptionKeyInfoAsyncmethod now returnsTransitEncryptionKeyInfowith a lot more fields likeKeyDerivationFunction,ConvergentEncryptionVersion, etc.
FEATURES:
- New
/sys/wrappingApis: Wrap, Rewrap, Lookup and Unwrap. - The
UnwrapWrappedResponseDataAsyncmethod also supports a generic return type to give you strongly typed data back. So if you wrappedAWSCredentials, then you can unwrapSecret<AWSCredentials>instead ofSecret<Dictionary<string, object>>. And at any time if you need the non-generic method, you can always fallback to the non-generic version returning a dictionary. - Add support for stored shares, recovery parameters etc. during the initialization of Vault.
- Supports the new fields (
hmac_accessor,jsonxformat etc.) for File and SysLog Audit Backends. - The
AWSGenerateDynamicCredentialsWithSecurityTokenAsyncmethod now supports thetimeToLiveparameter. - The
Consulbackend now supports the listing functionality to rolesConsulReadRoleListAsync. (hashicorp/vault#2065) - The
Transitbackend now supports the new Apis forList of keys,Random,Hash,Digest,Sign,Verifyetc. - All the secret backends now support wrapping of the secret into a cubbyhole token. Wrapping support added for:
- AWS Secret Backend
- Cassandra Secret Backend
- Consul Secret Backend
- Cubbyhole Secret Backend
- Generic Secret Backend
- MongoDB Secret Backend
- Microsoft SQL Secret Backend
- MySql Secret Backend
- TBD for PKI Secret Backend
- PostgreSQL Secret Backend
- RabbitMQ Secret Backend
- SSH Secret Backend
- Transit Secret Backend
IMPROVEMENTS:
- Overall intellisense comments are updated to match the Vault documentation site.
- The
CassandraRoleDefinitionnow supports a consistency level parameter. (defaults toQuorum) - The
MongoDbGenerateDynamicCredentialsAsyncnow returns the database name as well, related to the credentials. - The
MySqlRoleDefinitionnow supports theRevocationSqlparameter to revoke an user. - Added
RevocationSqlparameter on thePostgreSqlRoleDefinitiontype to enable customization of user revocation SQL statements. - The WriteSecretAsync method now returns data if the underlying data allows for it. GH-16
BUG FIXES:
- Fixed a race condition in the API calls to add the Vault Client Token Header. A single call involves removal and addition of the client token header. Between the removal and addition, some other thread could make the API call, resulting in 401 errors. This is because the HttpClient is shared by all threads. The fallacy happens due to messing with Headers at the HttpClient level. The fix was to compose a per thread HttpRequestMessage and set its headers. GH-13
MISC:
- Basically the change log for VaultSharp 0.6.1 follows the changelog for Vault 0.6.1 here. (https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#061-august-22-2016)
- Some of the changes are called out below. But all of Vault 0.6.1 changes is supported by VaultSharp 0.6.1
DEPRECATIONS/CHANGES:
- AppId backend is now deprecated, but still supported. Use AppRole instead.
FEATURES:
- All the new Authentication backends are now supported: AppRole and AWS-EC2 based login.
- All the new Secret backends are now supported: MongoDB, MSSQL and RabbitMQ based secret backends
- All the List Apis are now supported.
- New Token Apis pertaining to token-roles are now supported.
- Advanced Health check Api changes
- Rekey Api changes for Nonce
- Add convergent encryption support
- Add support for step-down Api
- Add support for the capabilities Apis.
- Add support for the token accessor Apis.
IMPROVEMENTS:
- You can now provide a delegate for HttpClient to be executed. Use this to set proxy settings, message handlers etc.
- Upgraded the Json Package dependency to 9.
- Quick rekey Api is available now.
- Quick Mount Api is available now.
BUG FIXES:
- Fixed deadlock issue with Auth login. #5
IMPROVEMENTS:
- Added extensive XML documentation to the Apis.
This is a documentation-addition-only release; other than the version number there are no changes from 0.4.0.
- Initial release
- Parity with Hashicorp's Vault 0.4.1 Api features