summaryrefslogtreecommitdiff
path: root/CHANGES.rst
blob: 6d56bed5e813bf6b31fa794b339212ad0fc8df4d (plain)
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
=========
 Changes
=========

5.1 (unreleased)
================

- Nothing changed yet.


5.0 (2023-03-27)
================

- Drop support for Python 2.7, 3.5, 3.6.

- Add support for Python 3.9, 3.10, 3.11.


4.4.1 (2020-03-31)
==================

- Ensure all objects have consistent resolution orders. Previously,
  the "debug" namespace's "errors" flag completely changed the
  resolution order of the request instead of simply adding the "Debug" skin.


4.4.0 (2020-03-30)
==================

- Drop support for Python 3.4.

- Add support for Python 3.8.


4.3.1 (2018-10-16)
==================

- Fix DeprecationWarnings for ``ComponentLookupError`` by
  importing them from ``zope.interface.interfaces``. See `issue 10
  <https://github.com/zopefoundation/zope.traversing/issues/10>`_.


4.3 (2018-10-05)
================

- Add support for Python 3.7.

- Host documentation at https://zopetraversing.readthedocs.io

4.2.0 (2017-09-23)
==================

- Add support for Python 3.6.

- Drop support for Python 3.3.

- Drop support for ``python setup.py test``.

4.1.0 (2016-08-05)
==================

- Add support for Python 3.5.

- Drop support for Python 2.6.

- Gracefully handle ``UnicodeEncodeError`` that can be produced when
  doing attribute lookup on Python 2 by instead raising a ``LocationError``.

4.0.0 (2014-03-21)
==================

- Add support for Python 3.4.


4.0.0a3 (2013-03-12)
====================

- Add support for PyPy.


4.0.0a2 (2013-02-21)
====================

- Remove ``zope.container`` testing dependency to break another circular
  dependency.

- Remove ``zope.pagetemplate`` testing dependency to break another circular
  dependency.

- Remove ``zope.browserpage`` (ZCML) dependency by using low-level directives.

- Remove ``zope.site`` testing dependency.


4.0.0a1 (2013-02-20)
====================

- Replace deprecated ``zope.component.adapts`` usage with equivalent
  ``zope.component.adapter`` decorator.

- Replace deprecated ``zope.interface.implements`` usage with equivalent
  ``zope.interface.implementer`` decorator.

- Drop support for Python 2.4 and 2.5.

- Add support for Python 3.3.

- Fix dependencies : removed ``zope.tal`` and added ``zope.browserpage``.


3.14.0 (2011-03-02)
===================

- Re-release of 3.13.1 as a feature version as it introduces dependencies on
  new feature releases.

3.13.1 (2010-12-14)
===================

- Fix ZCML-related dependencies.

3.13 (2010-07-09)
=================

- When a ``__parent__`` attribute is available on an object, it is
  always used for absolute URL construction, and no ILocation adapter
  lookup is performed for it. This was the previous behavior but was
  broken (around 3.5?) due to dependency refactoring.

  If the object provides no ``__parent__`` then an ILocation adapter
  lookup will be performed. This will always succeed as zope.location
  provides a default LocationProxy for everything, but more specific
  ILocation adapters can also be provided.

3.12.1 (2010-04-30)
===================

- Remove use of ``zope.testing.doctestunit`` in favor of stdlib's doctest.

3.12.0 (2009-12-29)
===================

- Avoid testing dependencies on ``zope.securitypolicies`` and
  ``zope.principalregistry``.

3.11.0 (2009-12-27)
===================

- Remove testing dependency on ``zope.app.publication``.

3.10.0 (2009-12-16)
===================

- Remove stray test claiming a no longer existing dependency on
  ``zope.app.applicationcontrol``.

- Refactor functional tests to loose dependency on both
  ``zope.app.appsetup`` and ``zope.app.testing``.

- Simplify tests for the ``browser`` sub-package by using ``PlacelessSetup``
  from ``zope.component.testing`` instead of ``zope.app.testing``.

- Simplify ``test_dependencies`` module by using ``zope.configuration``
  instead of ``zope.app.testing.functional``.

- Remove testing dependency on ``zope.app.publisher``.

- Replace testing dependency on ``zope.app.security`` with
  ``zope.securitypolicy``.

- Remove testing dependency on ``zope.app.zcmlfiles`` in favor of more
  explicit dependencies.

- Remove testing dependency on ``zope.app.component``.

- Replace a test dependency on ``zope.app.zptpage`` with a dependency on
  ``zope.pagetemplate``.

3.9.0 (2009-12-15)
==================

- Move ``IBeforeTraverseEvent`` here from ``zope.app.publication``,
  as we already deal with publication traversal.

3.8.0 (2009-09-29)
==================

- In ``zope.traversing.api.getParent()``, try to delegate to
  ``zope.location.interfaces.ILocationInfo.getParent()``, analogous to
  ``getParents()``. Keep returning the traversal parent as a fallback.

- Bring ``ITraverser`` back from ``zope.location`` where it had been moved
  to invert the package interdependency, but where it is now no longer used.

3.7.2 (2009-08-29)
==================

- Make virtual hosting tests compatible with ``zope.publisher`` 3.9.
  Redirecting to a different host requires an explicit ``trusted``
  redirect now.

3.7.1 (2009-06-16)
==================

- ``AbsoluteURL`` now implements the fact that ``__call__`` returns the same
  as ``__str__`` in a manner that it applies for subclasses, too, so they only
  have to override ``__str__`` and not both.

3.7.0 (2009-05-23)
==================

- Move the ``publicationtraverse`` module to ``zope.traversing``, removing the
  ``zope.app.publisher`` -> ``zope.app.publication`` dependency (which was a
  cycle).

- Look up the application controller through a utility registration
  rather than a direct reference.

3.6.0 (2009-04-06)
==================

- Change ``configure.zcml`` not to depend on ``zope.app.component``.

- This release includes the BBB-incompatible ``zope.publisher.skinnable``
  change from 3.5.3.

3.5.4 (2009-04-06)
==================

- Revert BBB-incompatible use of ``zope.publisher.skinnable``:  that
  change belongs in a 3.6.0 release, because it requires a BBB-incompatible
  version of ``zope.publisher``.

3.5.3 (2009-03-10)
==================

- Use applySkin from new location. zope.publisher.skinnable instead of
  zope.publisher.browser.

- Use IAbsoluteURL lookup instead of the "absolute_url" view in the
  recursive AbsoluteURL adapters (LP: #338101).

3.5.2 (2009-02-04)
==================

- ``RootPhysicallyLocatable`` is not the same as
  ``LocationPhysicallyLocatable`` (now in ``zope.location``).
  Fix the import and testing setups.

3.5.1 (2009-02-02)
==================

- Obsolete the ``RootPhysicallyLocatable`` adapter, which has been superseded
  by the refactored ``zope.location.traversing.LocationPhysicallyLocatable``
  that we depend on since 3.5.0a4.

  Remove the adapter and its registration, and making its import place
  pointing to ``zope.location.traversing.LocationPhysicallyLocatable``
  to maintain backward-compatibility.

  This also fixes a bug introduced in version 3.5.0a4 when trying to
  call ``getParents`` function for the root object.

- Use direct imports instead of compatibility ones for things that were
  moved to ``zope.location``.

- Remove the ``zope.traversing.interfaces.INamespaceHandler`` interface,
  as it seems not to be used for years.

- Change package's mailing list address to zope-dev at zope.org instead
  of retired zope3-dev at zope.org

3.5.0 (2009-01-31)
==================

- Use zope.container instead of ``zope.app.container``.

- Use zope.site instead of ``zope.app.folder`` in the unit tests.

- Reduce, but not eliminate, test dependencies on ``zope.app.component``.

3.5.0a4 (2008-08-01)
====================

- Reverse dependencies between ``zope.location`` and ``zope.traversing``.

- Update (test) dependencies and tests to expect and work with a spec
  compliant TAL interpreter as available in ``zope.tal`` >= 3.5.0.

- Fix deprecation warning caused by using an old module name for
  ``ZopeSecurityPolicy`` in ``ftesting.zcml``.

- Ensure traversing doesn't raise an TypeError but a TraversalError when the
  traversal step before yielded a string.


3.5.0a3 (2007-12-28)
====================

- Back out the controversial ``++skin++`` traverser for XML-RPC.


3.5.0a2 (2007-11-28)
====================

- Port 3.4.1a1 to trunk

  - Do not use unicode strings to set the application server in the virtual
    host namespace. This caused ``absolute_url`` to create unicode URL's.

- Add a traverer for ``++skin++`` for XMLRPC skins (``IXMLRPCSkinType``).
  This also means that the normal ``++skin++`` namespace handler is only
  bound to ``IBrowserRequest``.

- Resolve the dependency on ``zope.app.applicationcontrol`` by importing the
  application controller only if the package is available.


3.4.1 (2008-07-30)
==================

- Fix deprecation warning caused by using an old module name for
  ``ZopeSecurityPolicy`` in ``ftesting.zcml``.


3.4.1a1 (2007-11-13)
====================

- Do not use unicode strings to set the application server in the virtual
  host namespace. This caused absolute_url to create unicode URL's.


3.4.0 (2007-09-29)
==================

No further changes since 3.4.0a1.

3.4.0a1 (2007-04-22)
====================

Initial release as a separate project, corresponds to ``zope.traversing``
from Zope 3.4.0a1