Skip to content

Version 1.1 Release Candidate#28

Merged
clauspruefer merged 98 commits into
mainfrom
v1.1-rc
Jan 13, 2026
Merged

Version 1.1 Release Candidate#28
clauspruefer merged 98 commits into
mainfrom
v1.1-rc

Conversation

@clauspruefer
Copy link
Copy Markdown
Owner

@clauspruefer clauspruefer commented Jan 5, 2026

Pull Request

Description

Version 1.1 release candidate.

  • User based simple Service Call Routing
  • Modify Example02 to NoSQL (mongodb) approach
  • Add Example04 (short impementation README.md remark using NLAMP proxy and authentication)
  • JSONTransfromer.json_transform() / set_json_dict() also adds _SYSClassNames to self.json_dict to make hierarchy processing work correctly
  • Invention of BaseHandler property_dict member (excludes returning internal 'SYSServiceMethod' property and class references)
  • Recursive Class Hierarchy Object Deserialization (inside ServiceExecuter class)
  • Add unit and integration tests for recursive json_transform()
  • Cleanup dirty coded execute_get_hierarchy() recursion
  • Integrate example02 into docker example container including MongoDB
  • Update Documentation
  • Update CHANGELOG.md

Type of Change

  • Release Candidate
  • Examples Update

@clauspruefer clauspruefer added this to the Release 1.1 milestone Jan 5, 2026
@clauspruefer clauspruefer self-assigned this Jan 5, 2026
Copilot AI review requested due to automatic review settings January 5, 2026 05:54
@clauspruefer clauspruefer added the release-candidate Release candidate label Jan 5, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces version 1.1 of the Micro ESB framework with several significant enhancements including user-based service call routing, recursive class hierarchy object deserialization improvements, NoSQL (MongoDB) support in Example02, and documentation updates for Example04.

Key changes:

  • Introduces a new ServiceRouter module for user-defined service call routing
  • Simplifies JSON transformation by removing redundant recursive hierarchy connection logic
  • Adds property registration feature for internal system properties
  • Migrates Example02 to MongoDB for certificate management

Reviewed changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 14 comments.

Show a summary per file
File Description
src/router.py New module implementing ServiceRouter for dynamic user-defined service routing
src/transformer.py Simplified JSON transformation by removing copy-based recursive hierarchy logic; updated copyright
src/microesb.py Integrated ServiceRouter, added property registration, refactored ServiceExecuter with new hierarchy connection methods, narrowed exception handling
example/02-pki-management/user_routing.py New MongoDB-based routing implementation for certificate and keypair operations
example/02-pki-management/service_implementation.py Updated to use ServiceRouter for database operations, added internal property registration, improved logging
example/02-pki-management/main-server.py Added logging configuration
example/02-pki-management/main-client.py Added logging configuration
example/02-pki-management/main-ca.py Added logging configuration
doc/source/examples.rst Updated note to mention Service Authentication in Example04

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/microesb.py Outdated
Comment thread example/02-pki-management/user_routing.py
Comment thread src/microesb.py Outdated
Comment thread example/02-pki-management/service_implementation.py
Comment thread src/router.py
Comment thread src/microesb.py Outdated
Comment thread src/microesb.py
Comment thread src/router.py Outdated
Comment thread example/02-pki-management/user_routing.py Outdated
Comment thread src/microesb.py
@clauspruefer
Copy link
Copy Markdown
Owner Author

@copilot: Please add another example in /example/04-nlap-integration containing a README.md as a template mentioning the future NLAP Proxy Authentication implementation (external link: https://github.com/WEBcodeX1/http-1.2). NLAP Proxy will: a) Not communicate unencrypted b) Not allow global communication c) Only allow communication by X.509 client certificates

@clauspruefer
Copy link
Copy Markdown
Owner Author

@copilot: Please go through all python docstrings in /src/*.py and complete them according to the implementation (1.input attributes 2. private members 3. public members 4. return values)

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 13, 2026

@clauspruefer I've opened a new pull request, #36, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 31 out of 32 changed files in this pull request and generated 12 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/router.py
Comment thread src/microesb.py Outdated
Comment thread src/microesb.py Outdated
Comment thread example/02-pki-management/user_routing.py Outdated
Comment thread doc/source/routing.rst Outdated
Comment thread src/microesb.py
Comment thread doc/source/api.rst
Comment thread src/microesb.py Outdated
Comment thread src/microesb.py Outdated
Comment thread src/router.py
@clauspruefer clauspruefer merged commit b571c3d into main Jan 13, 2026
8 checks passed
@clauspruefer clauspruefer deleted the v1.1-rc branch January 14, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-candidate Release candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants