Releases: rseichter/automx2
Releases · rseichter/automx2
2024.2
2024-08-01:
- Fix: Interpret STARTTLS as "uses SSL" in mobileconfig.
- Feature: Support CalDAV and CardDAV in mobileconfig.
- Feature: Support passwords in mobileconfig (disabled by default, opt-in required to enable).
- CI: Drop Python version 3.7 from matrix.
2024.1
2024-02-21:
- Fix unit tests packaging problem.
- Bundle documentation for offline use.
- Permit network tests to be enabled/disabled on demand.
2024.0
2024-02-19:
- Remove redundant Flask initialisation call in unit tests. This call caused errors when running the test suite with recent versions of SQLAlchemy.
- Introduce PEP 517 compliant build.
2022.1
2022-05-20: Request content type verification now works if additional parameters like "charset" are passed.
2022.0
2022-12-31: Simplified database initialisation is now possible via HTTP POST and a JSON payload.
2021.6
2021-12-17: Introduce "Encryption" element (see MS-OXDSCLI v20210817) in Autodiscover generator to better support server connections which require the use of STARTTLS.
2021.5
2021-10-04: Existing versions auf automx2 return "do not use SSL" for socket types other than SSL and STARTTLS.
This previously undocumented behaviour can cause unexpected results. Future automx2 versions will terminate automx2
when encountering invalid socket type strings in the database. The current release logs an error to notify users of
the upcoming change.
This release also improves the Mobileconfig generator, making it smarter when choosing among multiple servers defined
in the database.
2021.4
2021-04-20: Bugfix: "SSL" element now depends on socket_type DB column.
2021.3.1
2021-04-02: Support additional mixed-case route in Outlook generator. Support CalDAV/CardDAV for eM Client.
2021.2
2021-03-07: Change XML root element namespace in Outlook generator.