Skip to content

Commit

Permalink
Version 2.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed May 22, 2022
1 parent 0472c01 commit 297cb19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,47 @@ To run the application, have Docker and Docker Compose installed, and run `docke

## Version History

### v2.0.8 - 3/11/2022
### v2.0.9 - 5/22/2022
* Package updates.

### v2.0.8 - 3/11/2022
* Package updates.

### v2.0.7 - 12/11/2021

* Package updates.

### v2.0.6 - 11/21/2021

* Package updates.

### v2.0.5 - 10/3/2021

* Package updates.

### v2.0.4 - 8/24/2021

* Make Azure File Storage optional. If not using Azure File Storage, just dump all the files to be available for download into `/node/files/`.
* Make Azure Application Insights optional.

### v2.0.3 - 5/2/2021

* Increased download limit to 1000 per 12 hours per IP.
* Added optional Docker metrics logged to Application Insights.

### v2.0.2 - 9/3/2020

* Added tsconfig.json files.
* Added and updated dependencies.
* Fixed some Application Insights calls.
* Fixed some `fs` constants.

### v2.0.1 - 8/27/2020

* Added Application Insights logging via the logging container, which is a gelf server that Docker can use to log console messages. Application Insights is now required to function.
* Update nginx container for extended logging.
* Fixed bug with IP address trying to forward to the SSL version of the IP address, now it forwards to the SSL version of the domain.
* Always create and copy the nginx config, regardless if it already exists.
* Refactor of index.js in the node container, includes Application Insights logging for exceptions.

### v2.0.0 - 8/25/2020

* Updated packages, and updated for use in Docker.

### v1.0.1 - 1/4/2019

* Updated packages.

### v1.0.0 - 5/5/2018

* Initial version.
* Initial version.
2 changes: 1 addition & 1 deletion logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tis.roncli.com-logging",
"version": "2.0.8",
"version": "2.0.9",
"description": "gelf logging for tis.roncli.com.",
"homepage": "https://github.com/roncli/tis.roncli.com",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tis.roncli.com-node",
"version": "2.0.8",
"version": "2.0.9",
"description": "The site that allows users to search old Trax in Space 1 files.",
"homepage": "https://github.com/roncli/tis.roncli.com",
"bugs": {
Expand Down

0 comments on commit 297cb19

Please sign in to comment.