diff --git a/CHANGELOG.md b/CHANGELOG.md index 5951581..2879928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,49 @@ +# 1.0.0 (2022-04-20) + + +### Bug Fixes + +* Adding generic health checks ([2f837c7](https://github.com/desenvolvedor-io/dev-store/commit/2f837c7a86bab52f5173c764ef63e3bd19cb3cf4)) +* adding multiple database flavors ([cad806b](https://github.com/desenvolvedor-io/dev-store/commit/cad806b82fa7689e87a7f00dea3719a7df2620f2)) +* class name ([daaf343](https://github.com/desenvolvedor-io/dev-store/commit/daaf3435b6a17513743d9fcfad87c54e4919b4a3)) +* conf.d ([c22b9df](https://github.com/desenvolvedor-io/dev-store/commit/c22b9df74978be9cce8f4b01b7a7de783e4a0ed9)) +* Desabilitando GRPC ([971e0cc](https://github.com/desenvolvedor-io/dev-store/commit/971e0cc412cf66507cdd8502fdbe9ee03d197aa1)) +* docker files ([d8c7090](https://github.com/desenvolvedor-io/dev-store/commit/d8c7090c21aa4d5d2171b4ca427ede1c20d5522d)) +* Docker-compose improvemements ([7462399](https://github.com/desenvolvedor-io/dev-store/commit/74623992d0291ccbf57f6ec74cded376cf5ff92f)) +* EnsureDatabase Minimal API e connection strings ([d9583bf](https://github.com/desenvolvedor-io/dev-store/commit/d9583bfb07de7672c4ca4cfbef6116257d6ba094)) +* Erro de DI na program.cs ([edc1ba2](https://github.com/desenvolvedor-io/dev-store/commit/edc1ba221c0c1e4f45401f32b9535083be9651db)) +* git mv ([0543ff8](https://github.com/desenvolvedor-io/dev-store/commit/0543ff8e8961ca648f4ac1f313c86ba2492a4faa)) +* identity jwt configuration ([947bc72](https://github.com/desenvolvedor-io/dev-store/commit/947bc72ff42802d17f191d940ef9d3ace359131d)) +* Melhorias ([a6c3014](https://github.com/desenvolvedor-io/dev-store/commit/a6c3014dd927873064a3bee5835dc63c3b7fcb5a)) +* migration ([415c8a4](https://github.com/desenvolvedor-io/dev-store/commit/415c8a4a909b8eddcfeb8f6f5138876a7114d4bb)) +* old migrations and jwt ([89a7edc](https://github.com/desenvolvedor-io/dev-store/commit/89a7edc6606516aa813f5bd71b6c434ca040116e)) +* remocao config nginx ([6f68534](https://github.com/desenvolvedor-io/dev-store/commit/6f68534a5f5ae3d35863a55b4be6ac4c257feea8)) +* removing nginx ([6be39ac](https://github.com/desenvolvedor-io/dev-store/commit/6be39ace27e7fa8c2744d21d5f5693a959b4b13d)) +* route ([ccf5935](https://github.com/desenvolvedor-io/dev-store/commit/ccf5935215eaed35b4386c96858d5b5add51ccd5)) +* route error and local culture ([ce0d9cf](https://github.com/desenvolvedor-io/dev-store/commit/ce0d9cf13dcfe41c3484022fea994986e665354a)) + + +### Features + +* .NET 5 ([a50636d](https://github.com/desenvolvedor-io/dev-store/commit/a50636d25e2fcdd55ee82abd198633c17b24888d)), closes [#1](https://github.com/desenvolvedor-io/dev-store/issues/1) [#2](https://github.com/desenvolvedor-io/dev-store/issues/2) +* .NET 6 ([430151e](https://github.com/desenvolvedor-io/dev-store/commit/430151e2d7323f4505b426e38f169f52fb947623)) +* .NET 6 & Dockerfile ([2bb76e3](https://github.com/desenvolvedor-io/dev-store/commit/2bb76e39b7c04e6b5618f79c733f067c5a68567a)) +* Auto PFX generation, .net 6 Program.cs, docker ready ([8af1e89](https://github.com/desenvolvedor-io/dev-store/commit/8af1e89d7dabb984ffe95a8d1938886d193ea57f)) +* **cart:** translations ([88acee8](https://github.com/desenvolvedor-io/dev-store/commit/88acee80e1fd8ba27083b09da269961ea1601fc3)) +* **catalog:** Translations ([dee07a2](https://github.com/desenvolvedor-io/dev-store/commit/dee07a2b0b639cd238296d5b5122978803ddfd7b)) +* Converting ShoppingCart to MinimalAPI ([ca879b4](https://github.com/desenvolvedor-io/dev-store/commit/ca879b4cf6b2947056f06c99856881a96dc6bcd2)) +* Initial commit ([28a7f52](https://github.com/desenvolvedor-io/dev-store/commit/28a7f528ceb1b309fb22eeeb565e22d71c7c1ce6)) +* multidatabase & pfx ([33361c4](https://github.com/desenvolvedor-io/dev-store/commit/33361c4fcf02dc3b6a85bcc7e07e403b9edfbb30)) +* **mvc:** translations ([abb057c](https://github.com/desenvolvedor-io/dev-store/commit/abb057c466f702227cc1bbc322dc53d95182579b)) +* refresh token ([3be6704](https://github.com/desenvolvedor-io/dev-store/commit/3be6704e426c779d0b4f5b284e76b7644ff30ba1)) +* security upgrades ([d6f0c9a](https://github.com/desenvolvedor-io/dev-store/commit/d6f0c9a3fa876a32e647bd445e467d25ca083b84)) +* serilog & seq ([d79e675](https://github.com/desenvolvedor-io/dev-store/commit/d79e675f51391c555c6660f4db7deac80865d638)) + + +### BREAKING CHANGES + +* .NET 5 + # [1.1.0](https://github.com/desenvolvedor-io/dev-store/compare/v1.0.0...v1.1.0) (2022-04-20)