File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const options = program.opts();
5050 */
5151async function main ( ) {
5252 try {
53- console . info ( 'Starting v1.1.0 ' ) ;
53+ console . info ( 'Starting v1.1.1 ' ) ;
5454 initializeErrorMonitoring ( ) ;
5555 initializeMemoryMonitoring ( ) ;
5656 setupAssociations ( ) ;
You can’t perform that action at this time.
0 commit comments