File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.4.1] ( https://github.com/DataONEorg/d1_python/tree/2.4.1 ) (2017-12-14)
4
+ [ Full Changelog] ( https://github.com/DataONEorg/d1_python/compare/2.4.0...2.4.1 )
5
+
6
+ * GMN
7
+ * Add XML Schema (XSD) validation of incoming Science Metadata documents
8
+ * Applies to calls to MNStorage.create() and MNStorage.update()
9
+ * Controlled by new SCIMETA_VALIDATION_ * settings
10
+ * Update jQuery UI to latest and switch from static to hotlinked
11
+ * Fix mistake in cron setup instructions
12
+ * Fix bug that prevented process_refresh_queue from running
13
+ * Improve error handling and logging in bulk importer
14
+
15
+ * d1_common
16
+ * Add new package for validating Science Metadata
17
+ * The required schemas are included in the package
18
+ * Improve error handling in multiprocessed iterators
19
+ * Update all dependencies to current as of 2017-12-06
20
+ * Misc refactoring
21
+
22
+ * Tests and test framework
23
+ * Misc smaller test framework improvements
24
+ * Add basic test for GMN home/status page
25
+
26
+ * Misc
27
+ * Remove accidentically added duplicates
28
+
3
29
## [ 2.4.0] ( https://github.com/DataONEorg/d1_python/tree/2.4.0 ) (2017-11-16)
4
30
[ Full Changelog] ( https://github.com/DataONEorg/d1_python/compare/2.3.8...2.4.0 )
5
31
You can’t perform that action at this time.
0 commit comments