Skip to content

Commit

Permalink
V0.14.4 (#149)
Browse files Browse the repository at this point in the history
* security package updates and v0.14.4 (#148)

* global disable sentry to avoid excess messages

* v0.14.4 release notes
  • Loading branch information
moxious authored Sep 1, 2020
1 parent f411d12 commit d8b00f4
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 61 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "halin",
"description": "Halin helps you monitor and improve your Neo4j graph",
"version": "0.14.3",
"version": "0.14.4",
"neo4jDesktop": {
"apiVersion": "^1.2.0"
},
Expand All @@ -23,7 +23,7 @@
"autobind-decorator": "2.2.1",
"bluebird": "^3.7.1",
"generic-pool": "^3.6.1",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"mathjs": "^5.4.0",
"moment": "^2.24.0",
"neo4j-driver": "^4.0.1",
Expand All @@ -35,7 +35,7 @@
"react-dom": "^16.12.0",
"react-graph-vis": "^1.0.2",
"react-minimal-pie-chart": "^4.0.0",
"react-scripts": "^3.4.1",
"react-scripts": "^3.4.3",
"react-sortable-tree": "^2.2.0",
"react-table": "^6.8.6",
"react-timeseries-charts": "^0.16.1",
Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Halin Release Notes

## 0.14.4 Updates

- Minor dependency updates for security purposes
- Disable Sentry error reporting in most cases.

## 0.14.3 Minor Fixes

- Halin now shows *committed* heap in the overview, not configured heap
Expand Down
2 changes: 1 addition & 1 deletion src/api/sentry/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import _ from 'lodash';
import errors from '../driver/errors';

let initialized = false;
let enabled = true;
let enabled = false;

const init = () => {
const dsn = 'https://[email protected]/1297023';
Expand Down
Loading

1 comment on commit d8b00f4

@vercel
Copy link

@vercel vercel bot commented on d8b00f4 Sep 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.