Skip to content

9.2.1

Compare
Choose a tag to compare
@DanySK DanySK released this 08 Nov 23:15
**NON-RETROCOMPATIBLE CHANGES**

* None

**POTENTIALLY NON-RETROCOMPATIBLE CHANGES**

* Code creating SAPERE LSAs via `SAPEREIncarnation.createMolecule(String)` and catching exceptions for failures may now stop working as intended,
as `null` and empty strings now cause the method to return `null` without even attempting a parse operation.
Code relying on exceptions as a form of flow control was bad anyway.

**DEPRECATIONS**

* None

**FIXED BUGS**

* Non-parsable LSAs are not sent to the SAPERE parser causing exception to be thrown.
Rather, the `SAPEREIncarnation` returns `null`.

**IMPROVEMENTS**

* None

**DOCUMENTATION**

* None

**BUILD SYSTEM AND CONTINUOUS INTEGRATION**

* None

**OTHER MINOR CHANGES**

* None