Skip to content

Releases: ARPA-SIMC/arkimet

v1.47

10 May 13:00
Compare
Choose a tag to compare

New in version 1.47

  • Fix installation scripts (Meson and autotools) #304
  • Do not accidentally create missing segments when trying to remove data from them (#296)
  • Implemented a timeout waiting for the filter child process to exit (#301)
  • Removed CentOS 7 support
  • Implemented arki-maint unarchive (#297)
  • Stop at the first grib table file found (partially fixed #300)
  • Ported to GEOS C API (#291) (#294)
  • Compatibility with newer werkzeug (#293)
  • Compatibility with gcc-c++ 12 (#292)
  • Only allow GET in dataset-specific /query if style=postprocess (#289)
  • Only allow GET in /query if style=postprocess (#289)
  • Restored HTTP GET for /query (#289)
  • Faster deletion of data from iseg datasets (#286)
  • Added documentation of metadata types (#280)
  • Fixed arki-web-proxy (#281)
  • Added initial support for JPEG files (#277)
  • Added default timeout of 15m for ARKI_IO_TIMEOUT (#270)
  • Removed vestigial link to non-existing "Perform a query" form in arki-server (#144)
  • arki-server now gives HTTP error 405 "Method not allowed" when appropriate (#144)
  • Improved rounding in ODIM scanning (#283)
  • In arki-check output, show the amount of data that would be freed by a repack
    (#187)
  • Fixed inconsistent handling of empty directories as dir segments (#279)
  • Dismissed type=ondisk2 dataset support (#275)
  • Implemented alias management in arki-web-proxy (#272)
  • When a config file is found inside a directory, as if it were a dataset, but
    has type=remote, its path value does not get overridden with the full path
    to the directory (#274)
  • Log Python scanner exceptions as warnings, since processing proceeds with a
    base set of metadata (#273)

v1.36

03 Sep 11:01
Compare
Choose a tag to compare

New in version 1.36

  • arki-scan exit status now discerns not imported condition (#129)
  • arki-mergeconf now supports explicited config files as a source (#265)
  • Differentiated satellite GRIB2 products (#268)
  • Fixed detecting end of read/write flush loop (#269)
  • Added support for libnetcdf.so.15
  • Minor fixes in dependency checking and tests (#266, #267)
  • Fixed satellite grib2 import (#264)
  • Implemented server-side timeout for arki-queries (#252)
  • Fixed arki-bufr-prepare --usn (#260)
  • Improved doc (#261, #235)
  • Added missing nc.py install (#257)
  • Fixed a serious issue in encoding/decoding GRIB1 timeranges (#256)
  • Added eatmydata dataset config option documentation (#233)
  • Added initial NetCDF support (#40)
  • Metadata refactoring to address memory issues (#242, #245)
  • Implemented eatmydata: yes in dataset conf (#233)
  • Documented supported dataset configuration options (#143)
  • VM2 data: implemented a normalisation function, fixed smallfile issue (#237)
  • Fixed segfault in python test suite (#254)
  • Implemented arki.Matcher.merge(matcher) (#255)
  • Implemented arki.Matcher.update(matcher)
  • Refactored ValueBag/Values with a simple structure (#248)
  • Break circular dependency by decoupling Session and Pool (#250)
  • Fixed segfault when query data is appended to a file from a iseq dataset (#244)

v1.29

19 Oct 15:33
Compare
Choose a tag to compare

New in version 1.29

  • Fixed error reading offline archives (#232)
  • Allow to create an arkimet session with force_dir_segments=True to always
    store each data in a separate file, to help arkimaps prototyping.
  • New eatmydata = yes dataset configuration (disabled by default) to turn off
    multi-process dataset access and consistency guarantees on the datasets in
    case of system crashes, in favour of speed. This is useful when creating, for
    example, a temporary work dataset in a temporary directory (#233)
  • Added format_metadata.rst to Python HOWTOs (#230)
  • Python: added arkimet.Summary.read_binary (#230)
  • Python: added arkimet.Summary.read_yaml (#230)
  • Python: added arkimet.Summary.read_json (#230)
  • Python: added annotate: bool = False to arkimet.Summary.write (#230)
  • Python: added annotate: bool = False to arkimet.Summary.write_short (#230)
  • Python: implemented arkimet.Metadata.write for yaml and json formats (#230)
  • Python: added annotate: bool = False to arkimet.Metadata.write (#230)
  • Python: added arkimet.Metadata.read_yaml (#230)
  • Python: added arkimet.Metadata.read_json (#230)
  • reftime match expressions using repeating intervals (like reftime:=yesterday %3h) now have a new @hh:mm:ss syntax to explicitly reference the starting
    point of the repetitions. For example, arki-dump --query 'reftime:=2020-01-01 20:30%8h'
    yields reftime:>=2020-01-01 20:30:00,<2020-01-01 20:31:00,@04:30:00%8h,
    meaning a match in that interval and at 20:30 every 8 hours.
    (side effect of fixing #206)
  • Added Python bindings for arki.dataset.Session
    (side effect of fixing #206)
  • Added Python bindings for arkimet.dataset.Dataset
    (side effect of fixing #206)
  • Python code should now instantiate datasets and matchers using Session; the
    old way still works, and raises DeprecationWarnings
  • Python function arkimet.make_qmacro_dataset() deprecated in favour of
    arkimet.dataset.Session.querymacro()
  • Python function arkimet.make_merged_dataset() deprecated in favour of
    arkimet.Session.merged()
  • Python function arkimet.get_alias_database() deprecated in favour of
    arkimet.dataset.Session.get_alias_database()
  • Python function arkimet.expand_query() deprecated in favour of
    arki.dataset.Session().expand_query()
  • Correctly query multiple remote servers with different but compatible alias
    configurations, in merged and querymacro datasets (#206)
  • Fixed use of geos compile-time version detection (#225)
  • Removed make install depending on make check (#218)
  • Fix ODIM scanner for volumes with missing 'radhoriz' parameter (#227)
  • Fixes for geos ≥ 3.8.0 (#224)
  • Fixed return value of arki-query (#221)
  • Added arki-query --progress
  • Restored processing.. message on arki-query --verbose (#216)
  • Added a periodic callback during queries, used to check for SIGINT and raising KeyboardError (#210)
  • Removed spurious returns in Summary.write (#214)
  • Fixed database queries with empty reftime values (#215)
  • Keep a Sesssion structure which tracks and reuses Segment objects, and as a consequence, file descriptors (#213)
  • Fixed typo in GRIB2 scanner and related GRIB2 test

v1.21

13 Feb 09:57
Compare
Choose a tag to compare

New in version 1.21

  • Fixed hanging of arki-query when using postprocessor (#209)
  • Fixed sorted data queries in python bindings (#212)
  • Fixed arki-dump from stdin

v1.19

10 Jan 09:07
Compare
Choose a tag to compare

New in version 1.19

  • Greatly enlarged Python API
  • New HTTP API
  • Redesigned and unified all the documentation (see https://arpa-simc.github.io/arkimet/)
  • Ported command line scripts to python
  • Removed unused gridspace querymacro
  • Removed unused --targetfile option
  • Removed unused --report option
  • Ported all Lua infrastructure and scripts to Python
  • Ported to new dballe 8 API
  • Cleaned up tests and autoconf checks
  • Added arki-web-proxy command
  • Use POSIX return values from command line tools (see https://www.freebsd.org/cgi/man.cgi?query=sysexits)
  • Work when sendfile is not available
  • ondisk2 datasets are deprecated from now on in favour of iseg, but still fully supported
  • sphinx-based documentation for python bindings
  • Do not stop at reporting the first 'dirty' cause found in a segment (#187)
  • Fixed order of iteration / overriding options of scanners (#177)
  • Fixed --annotate when some timedef keys are missing (#202)
  • Fixed level and timerange formatter for GRIB1 and GRIB2 (#207)
  • Fixed errors in zip utils (#173)
  • Fixed bug on dataset compression (#170)
  • Fail a match on a metadata which does not have the data to match (#166)

v1.12

21 Dec 10:05
Compare
Choose a tag to compare

New in version 1.12

  • Check and repack are able to fix an interrupted append to a dir dataset (#156)
  • Fixed writing VM2 as inline metadata (#160)
  • Fixed copyok/copyko empty file creation (#155)
  • Filter input from stdin (#164, #159)
  • Fixed tar option (#162)
  • Restored odim sequence file behaviour (#163)

v1.9

05 Dec 10:19
Compare
Choose a tag to compare

New in version 1.9

  • implemented tar/zip segments (arki-check options --tar and --zip) (#131)
  • implemented soft bound on memory usage (default 128Mi, can be modified with --flush-threshold option in arki-scan, #152)
  • refactoring of stdin input: implemented --stdin (not available for --dispatch, #126)
  • grib definitions path now reflects environment variable if present
  • arki-check --remove now needs a --fix to actually delete data
  • Timerange handling for BUFR "generic" #(125)
  • fixed and improved tests (#128) (#139) (#135) (#140) (#151)
  • arki-xargs now removes temporary files if present (#124) (#134)
  • arki-check --state now look into archives (#95)
  • clarified move options scope in manpage (#146)
  • removed old files from source code (#133)

v1.6

14 Feb 13:21
Compare
Choose a tag to compare
v1.6 Pre-release
Pre-release

New in version 1.6

  • Locking is now disabled by default on file datasets and it's possible to disable it on dataset too using: locking=no option (#76)
  • Improved performance of arki-scan --dispatch for iseg and ondisk2 datasets (#110)
  • Arkimet can now be built on EcCodes (#121)
  • It's now possible to scan grib2 with different time units (#120)

Fixes

  • fixed yaml metadata parsing issue (#107)
  • fixed SQLite error with concurrent arki-check and arki-scan on iseg dataset (#115)
  • fixed ondisk2 and iseg datasets ignoring reftime matcher without date (#116)
  • fixed arki-query from metadata file (#117)
  • fixed race condition on simple dataset writes (#122)
  • fixed build without geos (#123)

v1.5

04 Dec 11:21
Compare
Choose a tag to compare
v1.5 Pre-release
Pre-release

New in version 1.5

  • Implemented single segment check on isegdatasets (#109)
  • Extended --filter option for all dataset types for --state, --repack and --remove-all operations (#111)
  • Fixed issue when importing a file with records extending across a number of steps greater than ulimit -n, arki-scan didn't import the data correctly, because the process has too many open files (#103)
  • Fixed concurrency issue on iseg datasets (#108)

v1.4

15 Sep 07:59
Compare
Choose a tag to compare

New in version 1.4

  • Better HTTP code handling
  • Added documentation for datasets, segments, checks, fixes and repacks
  • Fixed some inconsistencies in arki-check behaviour
  • Test code refactoring
  • Added local arki-server for test suite
  • Other minor bug fixes