Skip to content

Commit 7a6031a

Browse files
committed
Introducing v1.1.1
1 parent 5502f42 commit 7a6031a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Sep 12 - Oct 9, 2025
4+
5+
v1.1.1
6+
7+
- fix: silencing error throw from retried functions
8+
- fix: closing idle connections on the db pool
9+
- fix: reduced sentry sample ratio
10+
- refactor: removed unused import and function
11+
- feat: tracking memory usage every thirty minutes
12+
313
## Aug 13 - Sep 11, 2025
414

515
- fix: remove unnecessary error throwing in dataloaders

indexer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kadena-indexer/indexer",
33
"description": "Indexer for the Kadena blockchain",
4-
"version": "1.0.0",
4+
"version": "1.1.1",
55
"main": "index.js",
66
"author": "Hackachain team",
77
"license": "ISC",

indexer/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const options = program.opts();
5050
*/
5151
async function main() {
5252
try {
53-
console.info('Starting v1.1.0');
53+
console.info('Starting v1.1.1');
5454
initializeErrorMonitoring();
5555
initializeMemoryMonitoring();
5656
setupAssociations();

0 commit comments

Comments
 (0)