]> Cypherpunks.ru repositories - pyderasn.git/blob - doc/news.rst
Fix nasty BitString decode bug
[pyderasn.git] / doc / news.rst
1 News
2 ====
3
4 .. _release3.3:
5
6 3.3
7 ---
8 * Fix nasty BitString decoding bug: it could fail when data follows
9   encoded BitString value. There weren't any problems when BitString is
10   at the end of Sequence
11
12 .. _release3.2:
13
14 3.2
15 ---
16 * Slightly corrected colours, now visible on white background
17
18 .. _release3.1:
19
20 3.1
21 ---
22 * Fix bug related to DecodeError showing with DecodePathDefBy entities
23 * Respect ``NO_COLOR`` environment variable
24
25 .. _release3.0:
26
27 3.0
28 ---
29 * :py:func:`pyderasn.decode_path_defby` is replaced with
30   :py:class:`pyderasn.DecodePathDefBy`
31 * Ability to turn colourized terminal output by calling
32   ``pprint(..., with_colours=True)``. You will need
33   `termcolor package <https://pypi.python.org/pypi/termcolor>`__
34
35 .. _release2.1:
36
37 2.1
38 ---
39 * Fixed invalid offset calculation when dealing with DEFINED BY objects
40   having explicit tags
41
42 .. _release2.0:
43
44 2.0
45 ---
46 * BIT STRINGs can also be :ref:`DEFINED BY <definedby>`
47 * Decoding process can be governed with optional :ref:`ctx <ctx>`
48   keyword argument to ``decode()`` method
49 * :ref:`defines_by_path <defines_by_path_ctx>` option is now
50   :ref:`decode context <ctx>` option, not a keyword argument
51 * Ability to do :ref:`strict validation <strict_default_existence_ctx>`
52   of defaulted values met in sequence, raising an exception
53
54 .. _release1.6:
55
56 1.6
57 ---
58 Ability to skip specified number of bytes (``--skip``) in command line
59 utility.
60
61 .. _release1.5:
62
63 1.5
64 ---
65 * Generic decoder's scheme and pretty printer
66   (:py:func:`pyderasn.generic_decoder`) can be used in libraries.
67 * Ability to specify :ref:`defines_by_path <defines_by_path_ctx>`
68   during command line invocation.
69
70 .. _release1.4:
71
72 1.4
73 ---
74 Ability to automatically decode :ref:`DEFINED BY <definedby>` fields
75 inside SEQUENCEs.
76
77 .. _release1.3:
78
79 1.3
80 ---
81 Removed ``__lt__``/``__eq__`` from base class, as pylint likes it.
82
83 .. _release1.2:
84
85 1.2
86 ---
87 Full rich comparison operators added.
88
89
90 .. _release1.1:
91
92 1.1
93 ---
94 Trivial README addition.
95
96 .. _release1.0:
97
98 1.0
99 ---
100 Initial release.