Skip to content

Releases: nosinovacao/name-sdk

v1.2.1 - MongoDB compatibility bug fix

04 Jul 13:17
Compare
Choose a tag to compare

Fixed

  • Fix MongoDB version checker to use the command "buildInfo", which is more lightweight and without any timestamp type [#38] (#38)

v1.2.0 - Asp.Net Core quality of life improvements

09 Aug 17:47
Compare
Choose a tag to compare

Added

  • Support for resolving the connection strings using environment variables #16
  • Extension point for the decision of which ConnectionString locator to use #33
  • Support for resolving the connection strings using the Asp.Net Core IConfiguration in the NAME.AspNetCore package #33

v1.1.1 - Small Bug Fix

05 Mar 17:14
Compare
Choose a tag to compare

Fixed

  • Fix XPath connection string resolver incorrectly resolving the connection string when there were more XML elements after the provided XPath.

v1.1.0

09 Nov 16:59
Compare
Choose a tag to compare

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

07 Jul 14:48
Compare
Choose a tag to compare
Merge pull request #6 from nosinovacao/dev

Finish 1.0.0 release