Skip to content

0.0.9-pre

Pre-release
Pre-release

Choose a tag to compare

@jpardogrowthaccelerationpartners jpardogrowthaccelerationpartners released this 06 May 16:20
· 5 commits to main since this release
ab51e0c
[AC-219] Improvements in logger and Delete implementation (#38)

* [AC-215] - Fixes for multitenant support. (#37)

* Fixes for multitenant support.

* Some fixes

Bump Azure.Identity, EdFi.Suite3.Admin.DataAccess, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration.Abstractions, Npgsql and System.Configuration.ConfigurationManager (#33)

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), EdFi.Suite3.Admin.DataAccess, [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime), [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime), [Npgsql](https://github.com/npgsql/npgsql) and [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Azure.Identity` from 1.13.2 to 1.11.3
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.13.2...Azure.Identity_1.11.3)

Updates `EdFi.Suite3.Admin.DataAccess` from 7.3.367 to 7.4.112

Updates `Microsoft.Extensions.Caching.Memory` from 9.0.3 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.3...v8.0.0)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v8.0.0)

Updates `Npgsql` from 9.0.2 to 8.0.3
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](https://github.com/npgsql/npgsql/compare/v9.0.2...v8.0.3)

Updates `System.Configuration.ConfigurationManager` from 9.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.11.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: EdFi.Suite3.Admin.DataAccess
  dependency-version: 7.4.112
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Npgsql
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Configuration.ConfigurationManager
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Danny Fernandez A <129120407+dfernandez-gap@users.noreply.github.com>

* Add response messages from Admin API Client when response is different to 2XX

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge David Jimenez Barrantes <djimenez@growthaccelerationpartners.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Danny Fernandez A <129120407+dfernandez-gap@users.noreply.github.com>