@@ -9,6 +9,41 @@ Changelog
99
1010.. towncrier release notes start
1111
12+ v.2.10.6 2024-12-11
13+ ===================
14+
15+ Minor changes
16+ -------------
17+
18+ - `datastore_info ` action method now has `side_effect_free `, allowing it to be
19+ available via GET requests in the API. (`#8457
20+ <https://github.com/ckan/ckan/pull/8457> `_)
21+ - Add id attribute to AnonymousUser
22+ (`#8571 <https://github.com/ckan/ckan/pull/8571 >`_)
23+ - Automate publishing CKAN package to PyPI (`#8520
24+ <https://github.com/ckan/ckan/pull/8520> `_)
25+ - Automate creation of GitHub release (`#8570
26+ <https://github.com/ckan/ckan/pull/8570> `_)
27+
28+
29+ Bugfixes
30+ --------
31+
32+ - Fixed context in `set_datastore_active_flag ` to
33+ solve possible solr errors during `index_package ` (`#7571
34+ <https://github.com/ckan/ckan/pull/7571> `_)
35+ - POST request to GET-only endpoint causes 500 error (`#7616
36+ <https://github.com/ckan/ckan/pull/7616> `_)
37+ - Set license model `od_conformance ` and `osd_conformance ` attributes' default
38+ values to `False ` to prevent errors. (`#8268
39+ <https://github.com/ckan/ckan/pull/8268> `_)
40+ - Load the right i18n files for Chinese locales in DataTables View. (`#8432
41+ <https://github.com/ckan/ckan/pull/8432> `_)
42+ - Fixed server error on robots.txt when bootstrap 3 templates were used.
43+ (`#8536 <https://github.com/ckan/ckan/pull/8536 >`_)
44+ - Include ``public `` folder in MANIFEST.in
45+ (`#8565 <https://github.com/ckan/ckan/pull/8565 >`_)
46+
1247v.2.10.5 2024-08-21
1348===================
1449
0 commit comments