Skip to content

Commit 503df96

Browse files
committed
chore: update changelog/bump version 1.1.0
1 parent a96ce28 commit 503df96

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

CHANGELOG

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
1.1.0 2024-10-15
2+
================
3+
4+
5+
Fixes:
6+
7+
* add README note about running on separate server, #191 by @ThrawnCA in https://github.com/ckan/ckanext-xloader/pull/192
8+
* Use IDomainObjectModification Implementation by @JVickery-TBS in https://github.com/ckan/ckanext-xloader/pull/198
9+
* Hide excessive numbers of resource_data log entries, #187 by @ThrawnCA in https://github.com/ckan/ckanext-xloader/pull/188
10+
* #182 Type guessing fixes by @ThrawnCA in https://github.com/ckan/ckanext-xloader/pull/186
11+
* Document the ckan.download_proxy setting, #176 by @ThrawnCA in https://github.com/ckan/ckanext-xloader/pull/204
12+
* Conditional DataStore Tab in Resource Edit by @JVickery-TBS in https://github.com/ckan/ckanext-xloader/pull/190
13+
* Make locking behaviour more robust by @ThrawnCA in https://github.com/ckan/ckanext-xloader/pull/205
14+
* Delete Datastore Table Button by @JVickery-TBS in https://github.com/ckan/ckanext-xloader/pull/197
15+
* Quality of life improvements by @duttonw in https://github.com/ckan/ckanext-xloader/pull/195
16+
* Clean Datastore Tables Job by @JVickery-TBS in https://github.com/ckan/ckanext-xloader/pull/196
17+
* strip extra space for column name by @mutantsan in https://github.com/ckan/ckanext-xloader/pull/210
18+
* Skip empty lines instead of erroring by @ThrawnCA in https://github.com/ckan/ckanext-xloader/pull/208
19+
* add more options for maintainers to expedite XLoader runs, GitHub #202 by @ThrawnCA in https://github.com/ckan/ckanext-xloader/pull/212
20+
* Add Mixed Integers Type Guessing to NUMERIC Tests by @JVickery-TBS in https://github.com/ckan/ckanext-xloader/pull/217
21+
* PY2 & PY3 String/Binary Fixes by @JVickery-TBS in https://github.com/ckan/ckanext-xloader/pull/203
22+
* In plugin.py, there is an fix of resource format key error by @Nisha1293 in https://github.com/ckan/ckanext-xloader/pull/209
23+
* CKAN 2.11 support by @amercader in https://github.com/ckan/ckanext-xloader/pull/220
24+
25+
New Contributors:
26+
27+
* @JVickery-TBS made their first contribution in https://github.com/ckan/ckanext-xloader/pull/198
28+
* @duttonw made their first contribution in https://github.com/ckan/ckanext-xloader/pull/195
29+
* @mutantsan made their first contribution in https://github.com/ckan/ckanext-xloader/pull/210
30+
* @Nisha1293 made their first contribution in https://github.com/ckan/ckanext-xloader/pull/209
31+
32+
**Full Changelog**: https://github.com/ckan/ckanext-xloader/compare/1.0.1...1.1.0
33+
34+
35+
1.0.1 2024-04-04
36+
================
37+
38+
Fixes:
39+
40+
* Include config_declaration.yaml into MANIFEST by @pdelboca in https://github.com/ckan/ckanext-xloader/pull/183
41+
42+
43+
**Full Changelog**: https://github.com/ckan/ckanext-xloader/compare/1.0.0...1.0.1
44+
45+
1.0.1 2024-04-04
46+
================
47+
48+
Fixes:
49+
50+
* Fixed date parsing while fetching entries for task_status by @muhammed-ajmal in https://github.com/ckan/ckanext-xloader/pull/179
51+
* Drop support for old CKAN versions and add CSRF support by @pdelboca in https://github.com/ckan/ckanext-xloader/pull/180
52+
* Refactor test_jobs.py by @pdelboca in https://github.com/ckan/ckanext-xloader/pull/181
53+
54+
New Contributors:
55+
56+
* @muhammed-ajmal made their first contribution in https://github.com/ckan/ckanext-xloader/pull/179
57+
58+
**Full Changelog**: https://github.com/ckan/ckanext-xloader/compare/0.12.2...1.0.0
59+
60+
61+
62+
163
0.9.0 2021-10-01
264
================
365

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Versions should comply with PEP440. For a discussion on single-sourcing
1616
# the version across setup.py and the project code, see
1717
# http://packaging.python.org/en/latest/tutorial.html#version
18-
version='1.0.1',
18+
version='1.1.0',
1919

2020
description='Express Loader - quickly load data into CKAN DataStore''',
2121
long_description=long_description,

0 commit comments

Comments
 (0)