Skip to content

Releases: SDKits/ExamineX

v3.0.8

15 Jun 19:43
5ae0ad4
Compare
Choose a tag to compare

Fixes #82 - "The request is invalid. Details: actions : No indexing actions found in the request. Please include between 1 and 32000 indexing actions in your request." - which can occur when ValueSets are filtered and end up with no indexing actions.

v3.0.4

21 Jul 16:15
5ae0ad4
Compare
Choose a tag to compare

This release fixes #63 along with a potential NullReferenceException issue.

v3.0.3

07 Jul 22:38
5ae0ad4
Compare
Choose a tag to compare

This release contains these bug fixes:

v3.0.2

24 Jun 13:50
5ae0ad4
Compare
Choose a tag to compare

This release has two bug fixes, see milestone for full details: https://github.com/SDKits/ExamineX/milestone/22?closed=1

v3.0.1

23 Mar 00:21
5ae0ad4
Compare
Choose a tag to compare

This release has one bugfix, see milestone for full details: https://github.com/SDKits/ExamineX/milestone/21?closed=1

v3.0.0

09 Dec 23:02
5ae0ad4
Compare
Choose a tag to compare

New major version of ExamineX is out 🎉 The notable changes are that ExamineX now officially supports Umbraco v9.

If you are upgrading: Since Umbraco v9 and ExamineX 3 are .NET Core and not .NET Framework, you will first need to undergo the process of transitioning your Umbraco v8 site to v9 (out of scope for this document). Then you can just install ExamineX 3 into your csproj with a <PackageReference Include="ExamineX.AzureSearch.Umbraco" Version="3.0.0" /> element, or use dotnet add package ExamineX.AzureSearch.Umbraco --version 3.0.0. Because ExamineX 3 is .NET Core, there are several API changes that will be required, mostly if you are customizing the index field types and the configuration structure has changed. There is ExamineX 3 documentation available to help you https://examinex.online/v2/installation.

See milestone for full details: https://github.com/SDKits/ExamineX/milestone/16?closed=1

See installation guide for full details on installing and upgrading: https://examinex.online/installation

v2.0.12

09 May 17:58
5ae0ad4
Compare
Choose a tag to compare

Fixes: Documents failing to be deleted from index #82

v2.0.11

09 May 16:24
5ae0ad4
Compare
Choose a tag to compare

Fixes an issue with minor/patch version upgrades for non-subscription licenses.

v2.0.10

09 May 16:23
5ae0ad4
Compare
Choose a tag to compare

Fixes: Issue with indexer creation - datasource validation #76

v2.0.9

09 May 16:22
5ae0ad4
Compare
Choose a tag to compare

Fixes: ExternalIndex doesn't remove entries when a node's ancestor is unpublished #75