Releases: SDKits/ExamineX
v3.0.8
v3.0.4
v3.0.3
v3.0.2
This release has two bug fixes, see milestone for full details: https://github.com/SDKits/ExamineX/milestone/22?closed=1
v3.0.1
This release has one bugfix, see milestone for full details: https://github.com/SDKits/ExamineX/milestone/21?closed=1
v3.0.0
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