Skip to content

Releases: leonibr/community-extensions-cache-postgres

5.0.0

30 Dec 12:21
bbe2d08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.6...5.0.0

4.0.6

20 Aug 12:57
Compare
Choose a tag to compare

What's Changed

  • update websample to net8 by @leonibr in #62
  • Update reac client by @leonibr in #63
  • Allow to specify NpgsqlDataSource factory instead of ConnectionString by @dombrovsky in #68
  • Call CreateSchemaAndTableIfNotExist lazily, to avoid exception in ctor when database is not available by @dombrovsky in #67
  • Enhance readonlymode by @leonibr in #69
  • [Enhance] Add ReadOnlyMode and adjust UpdateOnGetCacheItem by @kenbailey in #66

New Contributors

Full Changelog: 4.0.4...4.0.6

4.0.4

02 Oct 13:23
39192cf
Compare
Choose a tag to compare

What's Changed

  • Add NuGet package link to the badge by @ctyar in #45
  • Add AddDistributedPostgreSqlCache overload that provides the IServiceProvider by @waldfee in #52
  • Dominik oktav/master by @leonibr in #54
  • Bump webpack from 5.75.0 to 5.76.1 in /WebSample/ClientApp by @dependabot in #47
  • Bump json5 from 1.0.1 to 1.0.2 in /WebSample/ClientApp by @dependabot in #46
  • Bump word-wrap from 1.2.3 to 1.2.5 in /WebSample/ClientApp by @dependabot in #57
  • Bump semver from 5.7.1 to 5.7.2 in /WebSample/ClientApp by @dependabot in #56
  • Bump tough-cookie from 4.1.2 to 4.1.3 in /WebSample/ClientApp by @dependabot in #55

New Contributors

Full Changelog: 4.0.2...4.0.4

4.0.2

27 Dec 20:33
ecdfadb
Compare
Choose a tag to compare

What's Changed

  • Removed functions/procedures from database by @f1nzer in #44

Full Changelog: 4.0.1...4.0.2

4.0.1

06 Dec 12:35
Compare
Choose a tag to compare

What's Changed

  • fix nre on dispose by @alexey-cherepanov in #33
  • migrated to netstandard2.0, added support for net7.0, postgres 11+ by @f1nzer in #34
  • Bump minimatch and react-scripts in /WebSample/ClientApp by @dependabot in #39
  • Bump glob-parent from 5.1.0 to 5.1.2 in /WebSample/ClientApp by @dependabot in #41
  • Bump minimist from 1.2.5 to 1.2.7 in /WebSample/ClientApp by @dependabot in #40

New Contributors

Full Changelog: 3.1.2...4.0.1

Fix Issue with AWS

25 May 22:15
Compare
Choose a tag to compare

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

22 Feb 01:35
5ae7d06
Compare
Choose a tag to compare

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

20 Dec 17:03
Compare
Choose a tag to compare

What's Changed

  • Added log messages on Debug Level, 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

Full Changelog: v3.1.0...v3.1.1

3.0.3

14 May 11:12
Compare
Choose a tag to compare

Npgsql updated to 5.0.5

3.0.2

04 Apr 23:01
a0922ea
Compare
Choose a tag to compare
create schema if not exists (#10)