3.2.14

rajnandan1/kener3.2.14Apr 30, 2025by rajnandan1

AI Summary

Version 3.2.14 of kener introduces several significant features including a CRUD API for monitors, Gamedig monitor functionality for game servers, event subscription capabilities, and Polish language support. This release also includes important bug fixes for SMTP_SECURE environment variable handling and Docker/Kubernetes deployment issues.

Key Highlights

  • Added CRUD API for monitors (PR #384)
  • Introduced Gamedig monitor functionality for game server monitoring (PR #389, #397)
  • Added event subscription feature (PR #385)
  • Fixed SMTP_SECURE environment variable always being truthy bug (PR #392)
  • Fixed app failing to start with Docker & Kubernetes (PR #400)

New Features

  • Polish translation support
  • Gamedig monitor functionality for game server monitoring
  • CRUD API for monitors
  • Ability to modify monitor data
  • Event subscription system
  • Updated Gamedig to version 5.3.0

Full Release Notes

3.2.14

## What's Changed
* feat: Polish translation by @lolen in https://github.com/rajnandan1/kener/pull/386
* Fix SMTP_SECURE environment variable always being truthy when set by @myned in https://github.com/rajnandan1/kener/pull/392
* Adding Gamedig monitor functionality and related documentation by @ToxykAuBleu in https://github.com/rajnandan1/kener/pull/389
* feat: add CRUD api for monitors by @jensvandenreyt in https://github.com/rajnandan1/kener/pull/384
* Allow users to modify monitors data by @mcorbin in https://github.com/rajnandan1/kener/pull/380
* Event subscription by @rajnandan1 in https://github.com/rajnandan1/kener/pull/385
* Updating Gamedig to 5.3.0 + fix build app. by @ToxykAuBleu in https://github.com/rajnandan1/kener/pull/397
* Fixing app failed to start with docker & kubernetes. by @ToxykAuBleu in https://github.com/rajnandan1/kener/pull/400

## New Contributors
* @lolen made their first contribution in https://github.com/rajnandan1/kener/pull/386
* @myned made their first contribution in https://github.com/rajnandan1/kener/pull/392
* @ToxykAuBleu made their first contribution in https://github.com/rajnandan1/kener/pull/389
* @jensvandenreyt made their first contribution in https://github.com/rajnandan1/kener/pull/384
* @mcorbin made their first contribution in https://github.com/rajnandan1/kener/pull/380

**Full Changelog**: https://github.com/rajnandan1/kener/compare/3.2.13...3.2.14