Skip to content

Releases: PxTools/PxWebApi

PxWebApi v2.3.0

17 Feb 15:12
682a633

Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

  • build(deps): bump pxtools/pxweb2 from 2.5.0 to 2.6.0 by @dependabot[bot] in #526
  • build(deps): bump pxtools/pxwebapi from 2.1.1 to 2.2.0 by @dependabot[bot] in #527
  • build(deps): bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 by @dependabot[bot] in #532
  • build(deps): bump dotnet/sdk from 8.0.417-alpine3.22 to 8.0.418-alpine3.22 by @dependabot[bot] in #533
  • build(deps): bump dotnet/aspnet from 8.0.23-alpine3.22 to 8.0.24-alpine3.22 by @dependabot[bot] in #534
  • build(deps): bump pxtools/pxweb2 from 2.6.0 to 2.6.3 by @dependabot[bot] in #535

New Contributors

Full Changelog: v2.2.0...v2.3.0

PxWebApi v2.2.0

27 Jan 14:36
676dd62

Choose a tag to compare

What's Changed

🏕 Features

  • fix: update docker demo config [PXWEB2-968] by @runejo in #508
  • Update web.config by @JohannesFinsveen in #512
  • CurrentLanguage instead of the default Language in metadata responses by @likp in #515
  • Added Alternative text to JSON-STAT2 output PXWEB2-908 by @likp in #521
  • Add root node filtering to Cnmm data source by @likp in #471

👒 Dependencies

  • build(deps): bump dotnet/aspnet from 8.0.21-alpine3.22 to 8.0.22-alpine3.22 by @dependabot[bot] in #513
  • build(deps): bump dotnet/sdk from 8.0.415-alpine3.22 to 8.0.416-alpine3.22 by @dependabot[bot] in #514
  • build(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #517
  • build(deps): bump pxtools/pxweb2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #518
  • build(deps): Update PCAxis.Serializers to version 1.9.4 from 1.9.3 by @likp in #519
  • build(deps): bump dotnet/aspnet from 8.0.22-alpine3.22 to 8.0.23-alpine3.22 by @dependabot[bot] in #522
  • build(deps): bump dotnet/sdk from 8.0.416-alpine3.22 to 8.0.417-alpine3.22 by @dependabot[bot] in #523
  • build(deps): bump pxtools/pxweb2 from 2.4.0 to 2.5.0 by @dependabot[bot] in #524

Full Changelog: v2.1.1...v2.2.0

PxWebApi v2.1.1

17 Dec 10:16
1cec9d8

Choose a tag to compare

What's Changed

🏕 Features

  • fix: explicitly target the tag that triggered the release event by @runejo in #510

Full Changelog: v2.1.0...v2.1.1

PxWebApi 2.1.0

17 Dec 09:08
e1b8e5b

Choose a tag to compare

❗ NOTE

There are some changes that breaks the comparability but chose to only bump the minor version.
See the changes in the spec https://github.com/PxTools/PxApiSpecs/releases/tag/v2.1.0

What's Changed

🏕 Features

  • fix: Changed the number of values selected from 11 to 13 PXWEB-913 by @likp in #488
  • fix: Clear cache after index PXWEB-922 by @likp in #489
  • Upgrade to the API specification 2.1.1 PXWEB-931 by @likp in #498
  • Output format changes by @likp in #501
  • feat: Added sort code to path elements PXWEB-944 by @likp in #500
  • fix: Changed the default search operation to AND PXWEB-952 by @likp in #499
  • fix: Case-insensitive property matching for JSON by @likp in #505
  • fix: add localhost in kubernetes context to 'IpWhiteList' by @runejo in #507
  • fix: Removed the langDependent parameter by @likp in #509
  • Delete PxWeb/wwwroot/web.config by @JohannesFinsveen in #506

👒 Dependencies

Full Changelog: v2.0.4...v2.1.0

PxWebApi 2.1.0-rc.2

16 Dec 07:46
3699aac

Choose a tag to compare

PxWebApi 2.1.0-rc.2 Pre-release
Pre-release

What's Changed

🏕 Features

  • fix: Case-insensitive property matching for JSON by @likp in #505

Full Changelog: v2.1.0-rc.1...v2.1.0-rc.2

PxWebApi 2.1.0-rc.1

15 Dec 12:29
d96d48b

Choose a tag to compare

PxWebApi 2.1.0-rc.1 Pre-release
Pre-release

NOTE

There are some changes that breaks the comparability but chose to only bump the minor version.
See the changes in the spec https://github.com/PxTools/PxApiSpecs/releases/tag/v2.1.0

What's Changed

🏕 Features

  • fix: Changed the number of values selected from 11 to 13 PXWEB-913 by @likp in #488
  • fix: Clear cache after index PXWEB-922 by @likp in #489
  • Upgrade to the API specification 2.1.1 PXWEB-931 by @likp in #498
  • Output format changes by @likp in #501
  • feat: Added sort code to path elements PXWEB-944 by @likp in #500
  • fix: Changed the default search operation to AND PXWEB-952 by @likp in #499

👒 Dependencies

Full Changelog: v2.0.4...v2.1.0-rc.1

PxWebApi 2.0.4

05 Dec 13:47
222f11a

Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

Full Changelog: v2.0.3...v2.0.4

PxWebApi 2.0.3

18 Nov 15:42
af9bce7

Choose a tag to compare

Note

  • The setting LuceneConfiguration.IndexDirectory now also contains the name of the folder for the index if you previously had the default Database you should change it to Database/_INDEX/
  • If you use PX files then the Menu.xml file has been changed to Menu2.xml so you would have to either regenerate the file or manual rename it to Menu2.xml

What's Changed

🏕 Fixes

  • fix: Resource renaming PXWEB2-892 by @likp in #462

👒 Dependencies

  • build: add docker-compose updates to Dependabot configuration and bump Dockerfile to use alpine3.22 for .NET SDK and ASP.NET images by @runejo in #461
  • Bump pxtools/pxwebapi from 2.0.1 to 2.0.2 by @dependabot[bot] in #464
  • Bump pxtools/pxweb2 from 2.0.0 to 2.0.1 by @dependabot[bot] in #463
  • Bump pxtools/pxweb2 from 2.0.1 to 2.0.2 by @dependabot[bot] in #469

Full Changelog: v2.0.2...v2.0.3

PxWebApi 2.0.2

21 Oct 12:42
925fcb4

Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

  • Bump Swashbuckle.AspNetCore and 4 others by @dependabot[bot] in #455
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #454
  • Bump dotnet/aspnet from 8.0.20-alpine3.21 to 8.0.21-alpine3.21 by @dependabot[bot] in #458
  • Bump dotnet/sdk from 8.0.414-alpine3.21 to 8.0.415-alpine3.21 by @dependabot[bot] in #459
  • Bump the minor-version-updates group with 6 updates by @dependabot[bot] in #460

Full Changelog: v2.0.1...v2.0.2

PxWebApi 2.0.2-rc.1

17 Oct 12:11
50917c9

Choose a tag to compare

PxWebApi 2.0.2-rc.1 Pre-release
Pre-release

What's Changed

🏕 Features

👒 Dependencies

  • Bump Swashbuckle.AspNetCore and 4 others by @dependabot[bot] in #455
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #454
  • Bump dotnet/aspnet from 8.0.20-alpine3.21 to 8.0.21-alpine3.21 by @dependabot[bot] in #458
  • Bump dotnet/sdk from 8.0.414-alpine3.21 to 8.0.415-alpine3.21 by @dependabot[bot] in #459

Full Changelog: v2.0.1...v2.0.2-rc.1