Skip to content

Releases: rseichter/automx2

2024.1

21 Feb 05:02
3e5d67d
Compare
Choose a tag to compare

2024-02-21:

  • Fix unit tests packaging problem.
  • Bundle documentation for offline use.
  • Permit network tests to be enabled/disabled on demand.

2024.0

19 Feb 16:23
752fb02
Compare
Choose a tag to compare

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

19 May 23:34
fa66814
Compare
Choose a tag to compare

2022-05-20: Request content type verification now works if additional parameters like "charset" are passed.

2022.0

31 Mar 12:10
6192f0a
Compare
Choose a tag to compare

2022-12-31: Simplified database initialisation is now possible via HTTP POST and a JSON payload.

2021.6

17 Dec 04:10
4b90fe8
Compare
Choose a tag to compare

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

04 Oct 15:52
53cd2f0
Compare
Choose a tag to compare

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

20 Apr 19:40
be0c517
Compare
Choose a tag to compare

2021-04-20: Bugfix: "SSL" element now depends on socket_type DB column.

2021.3.1

02 Apr 16:58
0a5d279
Compare
Choose a tag to compare

2021-04-02: Support additional mixed-case route in Outlook generator. Support CalDAV/CardDAV for eM Client.

2021.2

07 Mar 06:38
90f1930
Compare
Choose a tag to compare

2021-03-07: Change XML root element namespace in Outlook generator.

2021.1

07 Mar 06:38
86adec2
Compare
Choose a tag to compare

2021-02-23: Fix LDAP attribute processing when using Active Directory backends.