Skip to content

Releases: simplecore-inc/simplix

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 06:39
  • release: v1.1.0 (simplecore)
  • chore(build): bump project version to 1.1.0-SNAPSHOT (Taehwan Kwag)
  • chore(stream): remove StreamOperations interface (Taehwan Kwag)
  • feat(auth): add conditional bean support for OAuth2 components (Taehwan Kwag)
  • feat(core): add GEN_GONE error code for HTTP 410 responses (Taehwan Kwag)
  • feat(auth,stream): add metrics, health indicators, and hardening improvements (Taehwan Kwag)
  • feat(egov): add simplix-egov module for eGovFrame compatibility (skylizard7)
  • feat(stream): add session validation, enhance SSE/WebSocket security (Taehwan Kwag)
  • fix(openapi): treat Resource as streaming type in schema customizer (Taehwan Kwag)
  • refactor: replace DefaultSearchableService inheritance with SearchableServiceSupport interface (Taehwan Kwag)
  • test: add generated Excel template for template manager tests (Taehwan Kwag)
  • test: add comprehensive test suite achieving 90.9% line coverage (Taehwan Kwag)
  • chore: add JaCoCo coverage reporting and update test dependencies (Taehwan Kwag)
  • feat(i18n): add comprehensive multi-locale message support across all modules (Taehwan Kwag)
  • fix: resolve unchecked warnings, improve exception handler log levels, and fix immutable map bug (Taehwan Kwag)
  • chore: prepare for next development version 1.0.20-SNAPSHOT (simplecore)

Release v1.0.19

Choose a tag to compare

@github-actions github-actions released this 18 Mar 00:36
  • release: v1.0.19 (simplecore)
  • feat(core): add GraalVM Native Image runtime hints for AOT support (Taehwan Kwag)
  • chore: prepare for next development version 1.0.19-SNAPSHOT (simplecore)

Release v1.0.18

Choose a tag to compare

@github-actions github-actions released this 17 Mar 05:57
  • release: v1.0.18 (simplecore)
  • refactor: improve logging, lazy initialization, and error handling across modules (Taehwan Kwag)
  • fix(messaging): include consumer group in idempotent key to prevent cross-group collisions (Taehwan Kwag)
  • fix(hibernate): resolve actor ID from principal's getUserId() before falling back to getName() (Taehwan Kwag)
  • feat(stream): add connect params and resource-level broadcast subscriber lookup (Taehwan Kwag)
  • feat(core,web): add per-request timezone support via X-Timezone header (Taehwan Kwag)
  • feat(messaging): add consumer group membership diagnostic logging (#44) (Taehwan Kwag)
  • fix(messaging): add exponential backoff and health tracking to stream subscriptions (Taehwan Kwag)
  • fix(messaging): XACK unrecoverable messages in stream processing (Taehwan Kwag)
  • feat(messaging): add configurable subscriber startup delay with SmartLifecycle (Taehwan Kwag)
  • fix(messaging): improve Redis stream subscription resilience and dead subscription recovery (Taehwan Kwag)
  • feat(core,sync): add resilience utilities and cross-instance sync module (Taehwan Kwag)
  • feat(stream): resolve per-collector polling interval in subscription wiring (Taehwan Kwag)
  • fix(stream): handle duplicate subscription keys in toMap collector (Taehwan Kwag)
  • fix(stream): add synchronization to SseStreamSession message sending (Taehwan Kwag)
  • feat(auth): add allowedOriginPatterns support for CORS configuration (Taehwan Kwag)
  • fix(messaging): handle nack(requeue=false) and cleanup subscriptionRequests on cancel (Taehwan Kwag)
  • fix(messaging): prevent message loss with PEL recovery and consumer group offset (Taehwan Kwag)
  • fix(core): inject soft-delete conditions into tree native SQL queries (Taehwan Kwag)
  • fix(core): serialize Boolean as native JSON boolean instead of string (Taehwan Kwag)
  • feat(stream): add SubscriberLookup for cross-instance broadcast delivery (Taehwan Kwag)
  • fix: improve auto-configuration with ComponentScan exclusions and ordering (Taehwan Kwag)
  • refactor: replace simplix-event module with simplix-messaging (Taehwan Kwag)
  • fix(stream): replace ASCII arrows with Unicode in SchedulerState JavaDoc (Taehwan Kwag)
  • feat(hibernate): add JPA entity lifecycle event integration (Taehwan Kwag)
  • feat(stream): add simplix-stream module for real-time subscriptions (Taehwan Kwag)
  • refactor(swagger): reorganize OpenAPI customizers into dedicated package (Taehwan Kwag)
  • chore: update .gitignore to exclude MCP and SCIP index files (Taehwan Kwag)
  • feat(core): add context7 integration configuration file (Taehwan Kwag)
  • chore: prepare for next development version 1.0.18-SNAPSHOT (simplecore)

Release v1.0.17

Choose a tag to compare

@github-actions github-actions released this 05 Jan 04:30
  • release: v1.0.17 (simplecore)
  • feat(auth): add OAuth2 client filtering for invalid configurations (Taehwan Kwag)
  • chore: reorganize .claude configuration and add skills (Taehwan Kwag)
  • docs(starter): update spring-boot-starter-simplix documentation (Taehwan Kwag)
  • docs: convert ASCII diagrams to Mermaid across all modules (Taehwan Kwag)
  • refactor(encryption): improve ManagedKeyProvider version format (Taehwan Kwag)
  • feat(core): add repeatable @I18nTrans annotation support (Taehwan Kwag)
  • feat(auth): add token audit event system for security compliance (Taehwan Kwag)
  • refactor(logging): change excessive debug logs to trace level (Taehwan Kwag)
  • chore: prepare for next development version 1.0.17-SNAPSHOT (simplecore)

Release v1.0.16

Choose a tag to compare

@github-actions github-actions released this 31 Dec 07:13
  • release: v1.0.16 (simplecore)
  • chore(deps): update searchableJpaVersion to 1.0.7 in build.gradle (Taehwan Kwag)
  • chore: prepare for next development version 1.0.16-SNAPSHOT (simplecore)

Release v1.0.15

Choose a tag to compare

@github-actions github-actions released this 30 Dec 17:51
  • release: v1.0.15 (simplecore)
  • fix(auth): prevent race condition in OAuth2 account linking (Taehwan Kwag)
  • feat(core): add LONG_TIMESTAMP soft delete type for epoch millis fields (Taehwan Kwag)
  • feat(core): add @UniqueComposites for composite unique constraint validation (Taehwan Kwag)
  • chore: prepare for next development version 1.0.15-SNAPSHOT (simplecore)

Release v1.0.14

Choose a tag to compare

@github-actions github-actions released this 23 Dec 05:46
  • release: v1.0.14 (simplecore)
  • fix(core): improve method compatibility handling in ValidateWithValidator (Taehwan Kwag)
  • docs(swagger): enhance Scalar UI configuration documentation (Taehwan Kwag)
  • feat(tree): add child count query support for tree structures (Taehwan Kwag)
  • docs: add simplix-scheduler module to README (Taehwan Kwag)
  • chore: prepare for next development version 1.0.14-SNAPSHOT (simplecore)

Release v1.0.13

Choose a tag to compare

@github-actions github-actions released this 21 Dec 17:44
  • release: v1.0.13 (simplecore)
  • feat(scheduler): add simplix-scheduler module for @scheduled method logging (Taehwan Kwag)
  • chore: prepare for next development version 1.0.13-SNAPSHOT (simplecore)

Release v1.0.12

Choose a tag to compare

@github-actions github-actions released this 21 Dec 14:15
  • release: v1.0.12 (simplecore)
  • fix(docs): correct GitHub repository URL in changelog (Taehwan Kwag)
  • feat(docs): display full SNAPSHOT version in version selector (Taehwan Kwag)
  • fix(docs): correct build-docs copy to prevent nested directory issue (Taehwan Kwag)
  • docs: update documentation for recent features (Taehwan Kwag)
  • docs: add sortable tree service to changelog (Taehwan Kwag)
  • feat(core): add sortable tree service and utility methods (Taehwan Kwag)
  • fix(docs): use fixed 'snapshot' folder for SNAPSHOT documentation (Taehwan Kwag)
  • docs: add changelog and update sidebar navigation (Taehwan Kwag)
  • chore(build): bump searchableJpaVersion to 1.0.5 (Taehwan Kwag)
  • feat(auth): add custom LogoutHandler and LogoutSuccessHandler support (Taehwan Kwag)
  • feat(core): add nested mode support for @I18nTrans annotation (Taehwan Kwag)
  • chore: prepare for next development version 1.0.12-SNAPSHOT (simplecore)

Release v1.0.11

Choose a tag to compare

@github-actions github-actions released this 17 Dec 16:02
  • release: v1.0.11 (simplecore)
  • feat: integrate Hibernate6Module for enhanced lazy loading support (Taehwan Kwag)
  • chore: prepare for next development version 1.0.11-SNAPSHOT (simplecore)