File: 2.46.0.rst

package info (click to toggle)
python-boto 2.49.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,888 kB
  • sloc: python: 86,396; makefile: 112
file content (25 lines) | stat: -rw-r--r-- 956 bytes parent folder | download | duplicates (9)
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
boto v2.46.0
============

:date: 2017/02/20

This release migrates boto2 to the new endpoint format which is also used by
boto3. The major advantage this provides is the ability to connect to regions
that aren't hard-coded in our built in endpoints file without having to go and
find out what the hostname for that service/region is yourself. No more
waiting for updates just to get region support!

Since this feature could potentially break assumptions, it is disabled by
default. You can enable it by using either the ``use_endpoint_heuristics``
config variable or the ``BOTO_USE_ENDPOINT_HEURISTICS`` environment variable.

Even though we are changing the underlying format of our built in endpoints,
the endpoints provided by ``endpoints_path`` or ``BOTO_ENDPOINTS`` will
continue to use the legacy format, so you will not need to update your custom
endpoints as part of this update.

Changes
-------
* Endpoints v2 (:issue:`3675`, :sha:`d7253d8`)