Skip to content

Latest commit

 

History

History
156 lines (87 loc) · 9.87 KB

CHANGELOG.md

File metadata and controls

156 lines (87 loc) · 9.87 KB

Changelog

1.1.4 (2024-11-05)

Build System

  • deps-dev: bump @babel/core from 7.25.8 to 7.26.0 (1d5afd1)
  • deps-dev: bump @babel/eslint-parser from 7.25.8 to 7.25.9 (fc95d88)
  • deps-dev: bump eslint-plugin-sonarjs from 2.0.3 to 2.0.4 (38fa49a)
  • deps-dev: bump globals from 15.11.0 to 15.12.0 (55d9d7e)
  • deps: bump node from 22-alpine to 23-alpine (7ce8f4d)
  • deps: bump uuid from 10.0.0 to 11.0.2 (b93bd1c)

1.1.3 (2024-10-16)

Build System

  • deps-dev: bump @babel/core from 7.25.7 to 7.25.8 (f4ed1a2)
  • deps-dev: bump @babel/eslint-parser from 7.25.7 to 7.25.8 (8080140)
  • deps-dev: bump globals from 15.10.0 to 15.11.0 (3d0797c)

1.1.2 (2024-10-07)

Continuous Integration

  • release-please: run CHANGELOG.md through markdownlint-cli2 on PR's (f41a536)

Miscellaneous Chores

  • dev: Add markdownlint-cli2 to improve format of documentation (README, CHANGELOG) (f41a536)

Documentation

  • Fix README and CHANGELOG formatting through markdownlint-cli2 (f41a536)

1.1.1 (2024-10-03)

Bug Fixes

  • Mistyping in processing API Url command line switch (da98cfa)

Code Refactoring

  • add command line parameter logging on start (da98cfa)

1.1.0 (2024-10-03)

Features

  • Added authentication via access and secret keys pair, as alternative to user and password (a9404e0)

Code Refactoring

  • command-line: Added --api-url - to change the address of EcoFlow API, --test-only - to work without real ping of SvitloBot API, and some keys related to authentication (a9404e0)
  • docker: The Dockerfile is updated to use "ENTRYPOINT" instead of "CMD" for running the application. Please take it in account, if you use docker and command-line parameters (a9404e0)

Build System

  • deps-dev: bump @babel/core from 7.25.2 to 7.25.7 (a597eb2)
  • deps-dev: bump @babel/eslint-parser from 7.25.1 to 7.25.7 (fc90e87)
  • deps-dev: bump eslint-plugin-sonarjs from 2.0.2 to 2.0.3 (172f2d3)
  • deps-dev: bump globals from 15.9.0 to 15.10.0 (084a2c4)

Continuous Integration

  • change orders of sections to generate CHANGELOG.md (41e891e)
  • Update repo description in deploy_docker_on_tag.yml (8badc4d)

Documentation

1.0.9 (2024-09-17)

Documentation

  • Append missed records to CHANGELOG.md (996abaf)
  • Rearrange commits between "old" releases (c534cf6)
  • Update CHANGELOG.md - cosmetic fixes (9958e2c)

Bug Fixes

  • Secured logger eliminate printing in log the sensitive information, including DeviceSN, ClientId, ChannelKey (72309dd)

Code Refactoring

  • cache: New logger is applied (72309dd)
  • Now logging.js is refactored and based on logform. (72309dd)

1.0.8 (2024-09-15)

Code Refactoring

  • Add version logging on start (c536af8)
  • cache handling to handle null and undefined values (9109a4c)

1.0.7 (2024-09-15)

Continuous Integration

  • refactor Dockerfile (4a062c2)
  • release-please: Make it possible to update src/version.js to actual version via release-please-action (4a062c2)

1.0.6 (2024-09-14)

Continuous Integration

  • Update release-please workflow configuration (6e3dffa)

1.0.5 (2024-09-14)

Bug Fixes

  • Update release-please workflow to use 'node' release type (6c2bf35)

1.0.4 (2024-09-14)

Documentation

  • Update release badges in README files (1272c0c)

Continuous Integration

  • Update release-please workflow (f9dbe99)

1.0.3 (2024-09-14)

Continuous Integration

  • Add release-please workflow (0265c32)

1.0.2 (2024-09-14)

Code Refactoring

  • Refactor code to the usage of async/await in most cases. Simple error handling for SvitloBot API is implemented. Additionally added new command-line option to log SvitloBot ping success results, without enabling the debug. (04a4828)

Documentation

  • Refactor README files to update project name and remove Telegram references (bf13371)

1.0.1 (2024-09-10)

Features

  • Initial code version 1.0.1 (964e5e6)

Code Refactoring

  • Refactor Dockerfile to optimize dependencies installation (ada1ff2)

1.0.0 (2024-09-10)

Miscellaneous Chores