Releases: Lumerin-protocol/Morpheus-Lumerin-Node
Releases · Lumerin-protocol/Morpheus-Lumerin-Node
v2.0.0
2.0.0 Release - IMPORTANT BREAKING CHANGES -
API-Authorization
- In order to secure the proxy-router API and enable future agent authorization, the API will now require authentication
- Please see 02.5-api-auth for details on how to examine the .cookie file, authenticate to the proxy-router as
admin
and then manually add agent/users with fine-grained access - NOTE: Once you implement this version of the proxy-router, you WILL BE REQUIRED to use the basic authentication to interact with the API. If you do not want to utilize this mechanism, please stay on the Non-Auth 1.6.0 version (that version is terminal and will not be updated or patched).
Docker Package
- To reduce friction for deploying the Morpheus-Lumerin proxy-router (core system) via container, we have included Linux/AMD64 and Linux/ARM64 compatible docker image
- Please visit Morpheus-Lumerin-Node Package Site
- Please see 02.1-proxy-router-docker for details on how to use the container file and run with command line variables or .env file.
New Model Integrations
- Added capability to interact with ClaudeAI, OpenAI, Hyperbolic and ProdiaV2 models
- See the models-config.json.example in the proxy-router folder for examples
What's Changed
Full Changelog: v1.6.47-test...v2.0.0
v1.6.47-test
Fix build.sh output for consistency (#401)
v1.6.45-test
Update docker build and GHCR sequencing (#399)
v1.6.40-test
Swagger http-auth and buildx docker (#397) * Fixed swagger endpoints for the http-auth * Added docker build and push to ghcr.io for public container usage * Working for Linux AMD64 and ARM64 (covers Intel and Apple Silicon Macs as well and Raspberry Pi 3,4,5 with ARM64 OS * WIndows Docker Using buildx (and single Dockerfile) not yet operational
v1.6.0
UPCOMING CHANGE NOTICE:
- This is the last release that will include the un-authenticated API access
- Until now, access to the Swagger/API interface was dependent on network / firewall configurations and allowed full control of node if improperly protected
- In preparation for AI Agent integrations (that will need to access portions of the API) and to better secure the running API, in following versions (v2.x.y) there will be http-authentication enabled on the API (similar to Bitcoin node security)
- Further documentation and explanation will be provided
What's Changed
- removed web-ui from packaged llama-server
- updated dom and logging structure for ui and proxy-router
- added adapters for OpenAI, Anthropic, Hyperbolic models
- Removed Prodia V1 (deprecated) adapters and updated Prodia V2 to work with multiple model types (image and video)
- various bug fixes in prompt/response and error handling and communication
Full Changelog: v1.5.0...v1.6.0
v1.6.0-test
Merge pull request #379 from Lumerin-protocol/pretest3 feat: add claudeai support; fix text models
v1.4.27-test
Merge pull request #376 from Lumerin-protocol/pretest2 Pretest2
v1.4.20-test
Merge pull request #371 from Lumerin-protocol/pretest update with clean wallet and prodia-v1 fix to v2
v1.4.17-test
Merge pull request #367 from Lumerin-protocol/dev Parsing and webui lockdown
v1.4.15-test
Merge pull request #365 from Lumerin-protocol/http-auth feat: http auth