File: v1.2.0.rst

package info (click to toggle)
python-restless 2.0.1-5~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 472 kB
  • sloc: python: 1,879; makefile: 149
file content (20 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
restless v1.2.0
===============

:date: 2014-01-15

**BACKWARD-INCOMPATIBLE:** This release alters the Pyramid ``add_views`` method
signature slightly, to be more idiomatic. It changed from ``endpoint_prefix``
to become ``routename_prefix``.

Given that the Pyramid support was first released yesterday & this is an
optional argument, the hope is the impact of this change is low. This should
be (barring any security fixes) the only backward-incompatible change before
v2.0.0.


Bugfixes
--------

* Altered the ``PyramidResource.add_views`` method signature, renaming the
  ``endpoint_prefix`` to ``routename_prefix``. (SHA: 5a7edc8)