This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGELOG.txt
66 lines (46 loc) · 2.24 KB
/
CHANGELOG.txt
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Release 1.3.1 -- 14 May 2019
---------------
* Minor bugfixes:
-- Fixed a bug with job repository authentication when using MS SQL server.
-- Small fix when using ElasticSearch X-Pack / Open Distro with security enabled, but without SSL -- requires only username and password.
-- Added a custom ImageMagic configuration file, which extends the available resources for ImageMagic when performing documents conversion (thanks @qwerty155 ); the configuration sets the available space to 8GB.
Release 1.3.0 -- 30 Nov 2018
---------------
* Major updates, bugfixes, cleanups and refactoring of CogStack Pipeline, including:
-- updated the build process, incl. automated TravisCI and Docker Hub builds,
-- updated Java dependencies (incl. Tika + Tesseract OCR),
-- added support for building and running using Java 11,
-- stability improvements and bugfixes related with scheduling, ElasticSeach ingestion and unit tests,
-- refactoring of available job properties and introducing default values,
-- minor refactoring of the Document model.
* Updates to CogStack Pipeline Docker image and related:
-- using now `openjdk:11-jre` as a base image,
-- using 2-stage build for `cogstack-pipeline` image and slimming-down its resulting size,
-- using the newest Tesseract OCR 4.0 with the `cogstack-pipeline` image,
-- added new custom images to Docker Hub: `fluentd` and `cogstack-pipeline-gate`
* New documentation and quickstart:
-- main site: https://cogstack.atlassian.net/wiki/spaces/COGDOC/overview
-- on GitHub: only quickstart and examples
* Added example deployments, covering:
-- setting up and running CogStack,
-- simple ingestion: DB -> ES, DB -> DB,
-- documents text extraction + OCR,
-- NLP (using custom GATE application),
-- security (using nginx),
-- logging (using fluentd),
-- multi-step processing (e.g. using a staging DB for OCR).
* Added integration tests for the example deployments
* All changes compatible with 1.2.x versions
Release 1.2.1 -- 17 May 2018
---------------
* Minor updates and bugfixes
* Added basic example Docker-based deployments
Release 1.2.0 -- 20 Mar 2017
---------------
* Updates, bugfixes and new features
Release 1.1.0 -- ???
---------------
* Internal release
Release 1.0.0 -- 15 Aug 2016
---------------
* Initial public release