Skip to content

Releases: cziter15/ksIotFrameworkLib

1.0.49

14 Oct 05:52

Choose a tag to compare

Release 1.0.49

📚 Documentation

  • update PubSubClient link in README

🔨 Chores

  • bump version to 1.0.49
  • update dependency URL for pubsubclient

1.0.48

13 Oct 11:57

Choose a tag to compare

Release 1.0.48

⚡ Performance Improvements

  • optimize MQTT logging with string pre-allocation (#93)

🔨 Chores

  • bump version to 1.0.48

1.0.47

13 Oct 06:06

Choose a tag to compare

Release 1.0.47

👷 Continuous Integration

  • fix PR title validation to enforce strict conventional commits format (#90)

🔨 Chores

  • bump version to 1.0.47

1.0.46

12 Oct 23:16

Choose a tag to compare

Release 1.0.46

✨ Features

  • add [[maybe_unused]] attribute to unused function parameters (#82)

🐛 Bug Fixes

  • mark app parameter as unused in ksLed::loop
  • add [[maybe_unused]] attribute to isA parameter
  • missing space
  • formatting of getInstanceType method declaration

♻️ Code Refactoring

  • standardize ksApplication* parameter name to 'app' (#83)
  • replace C includes with C++ equivalents for consistency (#80)
  • remove redundant inline keywords from internal functions (#76)

🔨 Chores

  • bump version to 1.0.46
  • add stricter compilation warnings for better code quality (#78)

📝 Other Changes

  • Fix redundant std::move by making savedBroker movable (#84)
  • Initial plan (#81)

1.0.45

10 Oct 22:54

Choose a tag to compare

Release 1.0.45

🐛 Bug Fixes

  • remove variable shadowing and fix misleading comment in ksConstants.cpp (#73)

🔨 Chores

  • bump version to 1.0.45

1.0.44

10 Oct 07:35

Choose a tag to compare

Release 1.0.44

✨ Features

  • implement conventional commits specification (#72)

🔨 Chores

  • bump version to 1.0.44

📝 Other Changes

  • (fix) Remove basic-config example and update build workflow (#71)
  • (fix) Add chore prefix to version bump commit message
  • (feat) Add MQTT-controllable LED example app (#70)
  • (feat) Add LED blink example with config-defined interval (#69)
  • Update header image in README.md
  • Update badge colors and styles in README.md
  • Update header image in README.md
  • Enhance README with badges and documentation links
  • Change header image in README
  • Update image in README.md to new header

1.0.43

08 Oct 11:01

Choose a tag to compare

Release 1.0.43

Fixes

  • Remove test_final.o file

Other changes

  • Bump version to 1.0.43

1.0.42

08 Oct 10:56

Choose a tag to compare

Release 1.0.42

Fixes

  • Resolve weak_ptr construction issues in ksApplication.h (#67)
  • Resolve dangling reference and efficiency issues in config provider (#66)

Documentation

  • Remove thank you note from CONTRIBUTING.md

Other changes

  • Bump version to 1.0.42

1.0.41

08 Oct 06:52

Choose a tag to compare

Release 1.0.41

Fixes

  • Fix generateAuthToken compilation errors - missing type and template parameter (#63)

Documentation

  • Clarify commit format and types in CONTRIBUTING.md

Performance

  • Optimize string operations and fix critical undefined behavior in MQTT connector (#61)

Refactors

  • Rename platformio directory to scripts and libsetup.py to setup_library_env.py (#62)

Other changes

  • Bump version to 1.0.41
  • Format commit message guidelines in CONTRIBUTING.md

1.0.40

07 Oct 19:32

Choose a tag to compare

Release 1.0.40

Fixes

  • Remove snprintf from json_escape

Other changes

  • Bump version to 1.0.40