Releases: nosinovacao/name-sdk
Releases · nosinovacao/name-sdk
v1.2.1 - MongoDB compatibility bug fix
v1.2.0 - Asp.Net Core quality of life improvements
v1.1.1 - Small Bug Fix
Fixed
- Fix XPath connection string resolver incorrectly resolving the connection string when there were more XML elements after the provided XPath.
v1.1.0
This release includes several bug fixes and improvements:
Fixed
- Fix tab character '/t' breaking dependencies.json parsing. (#10)
- Fix the table ui endpoint failing to load the manifest behind a HTTPS proxy. (#9)
- Fix NAME not retrying to fetch a service dependency manifest from the correct endpoint when the dependency returned a successful status code. (#8)
Added
- A relevant error message is now shown when a service dependency does not have NAME installed. (#14)
- Support for wildcards in the maximum version of dependencies. (#11)
- Support for Elasticsearch version resolving. (#19)
- A status field for each dependency in the manifest that describes its error level. (#24)
- Startup healthcheck is now performed asynchronously when
ThrowOnDependenciesFail
is set to false. (#4)
v1.0.0 - Initial Release
Merge pull request #6 from nosinovacao/dev Finish 1.0.0 release