@@ -18,15 +18,12 @@ The SIF3 Framework is a .NET framework that enables developers to efficiently im
1818
1919The framework includes a demo Solution that illustrates how to use it.
2020
21- NOTE: This current release is a Beta version that should only be used for inspection and prototyping. It is still
22- a work in progress and not intended for commercial use as yet.
23-
2421### Contributing to this framework
2522
2623See the [ wiki associated with this repository] ( https://github.com/Access4Learning/sif3-framework-dotnet/wiki ) for information on:
2724
2825* contributing to this framework
29- * the Java coding style to be used and
26+ * the coding style to be used and
3027* the structure of the SIF 3 Framework repositories
3128
3229###Download Instructions
@@ -303,4 +300,13 @@ To get started using this framework, read the *Sif3Framework .NET Developer's Gu
303300- Removed SharedLibs/Sif.Framework 1.2.0 as that version was never released.
304301- Fixed issue whereby SharedLibs/Sif.Framework 2.0.0 incorrectly contained version 3.0.0 of the framework.
305302- Implemented message payload compression.
306- - Implemented Changes Since mechanism.
303+ - Implemented Changes Since mechanism.
304+
305+ ** Apr 11, 2017 - 3.2.0 Updated to SIF Infrastructure 3.2.0**
306+
307+ - Fixed issue with incorrectly named matrix parameters (zone to zoneId, context to contextId).
308+ - Completed and fixed SIF_HMACSHA256 authentication implementation.
309+ - Updated the SIF Framework to use the latest version of the SIF Infrastructure (3.2.0).
310+ - Fixed a namespace issue with the implementation of the SIF AU Data Model (3.4.0).
311+ - Implemented the serviceType header (with a value of FUNCTIONAL) for Functional Service calls.
312+ - Updated the SIF Framework to look for the SifFramework.config file in the current path first and the application folder second.
0 commit comments