File: ChangeLog

package info (click to toggle)
volatildap 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: python: 1,011; makefile: 76; sh: 22
file content (92 lines) | stat: -rw-r--r-- 1,765 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
ChangeLog
=========


1.5.0 (2020-10-09)
------------------

- The host volatildap listens on can now be provided through the ``host`` parameter,
  and the ``--host`` CLI flag.


1.4.0 (2020-10-08)
------------------

- Allow adding and reading LDIF data, through ``server.add_ldif()`` and ``server.get_ldif()``
- Add a simple command line to start a custom instance
- Add a HTTP-based control server, with an accompanying client - useful for starting volatildap in
  a container.


1.3.0 (2019-05-15)
------------------

- Add support for TLS: a provided set of certificates can be passed as ``volatildap.LdapServer(tls_config=volatildap.LOCALHOST_TLS_CONFIG)``,
  and will be used by the server. Test clients should retrieve the root CA from ``server.tls_config.root`` (holding certificate contents).


1.2.2 (2018-08-08)
------------------

*Improvements:*

    - Add support for Python 3.6, Pypy 3.5.


1.2.1 (2018-08-08)
------------------

*Packaging:*

    - Include test files in the sdist tarball.
    - Use zest.releaser for releases

.. _v1.2.0:

1.2.0 (2018-07-28)
------------------

*Improvements:*

    - Add ``server.reset()``, which clears all entries except initial ones.

.. _v1.1.0:

1.1.0 (2017-01-17)
------------------

*Improvements:*

    - Replace the ``ldif`` backend with the more standard ``hdb``; this should allow to send
      paginated requests against a volatildap instance.


.. _v1.0.2:

1.0.2 (2016-06-02)
------------------

*Improvements:*

    - Add data starting with containers before contained entities.

.. _v1.0.1:

1.0.1 (2016-06-01)
------------------

*Bugfixes:*

    - Fix dependencies (``pyldap`` isn't used).

.. _v1.0.0:

1.0.0 (2016-06-01)
------------------

*New:*

    - Initial version


.. vim:set ft=rst: