Releases: leonibr/community-extensions-cache-postgres
Releases · leonibr/community-extensions-cache-postgres
Fix Issue with AWS
What's Changed
- fix issue #28
- Bump url-parse from 1.5.7 to 1.5.10 in /WebSample/ClientApp by @dependabot in #26
- Bump async from 2.6.3 to 2.6.4 in /WebSample/ClientApp by @dependabot in #27
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- Bump tmpl from 1.0.4 to 1.0.5 in /WebSample/ClientApp by @dependabot in #17
- Bump path-parse from 1.0.6 to 1.0.7 in /WebSample/ClientApp by @dependabot in #19
- Bump ajv from 6.11.0 to 6.12.3 in /WebSample/ClientApp by @dependabot in #21
- Bump follow-redirects from 1.11.0 to 1.14.8 in /WebSample/ClientApp by @dependabot in #22
- Bump url-parse from 1.5.1 to 1.5.7 in /WebSample/ClientApp by @dependabot in #23
- Bump ssri from 6.0.1 to 6.0.2 in /WebSample/ClientApp by @dependabot in #25
- Fixed creating function updatecacheitemformat by @isenmann in #24
New Contributors
Full Changelog: 3.1.0...3.1.1
v3.1.0
What's Changed
- Added log messages on
DebugLevel, multitarget .net5 and .net6, dropped support to netstandard2.0, fix sample to match multitarget and sample database. - Bump ws from 5.2.2 to 5.2.3 in /WebSample/ClientApp by @dependabot in #18
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: v3.1.0...v3.1.1
3.0.3
3.0.2
v3.0.1
v3.0.0
Breaking change:
- Preferred instantiation by DI. calling constructor directly is now obsolete
New Features:
- Single thread loop remover of expired entries; by @dariogriffo
- Console sample using DI all the way by @dariogriffo
- Added Websample: React + Asp.Net core