Skip to content

Releases: Lumerin-protocol/Morpheus-Lumerin-Node

v2.0.0

20 Jan 20:10
4327180
Compare
Choose a tag to compare

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

20 Jan 17:57
42b8bbf
Compare
Choose a tag to compare
v1.6.47-test Pre-release
Pre-release
Fix build.sh output for consistency (#401)

v1.6.45-test

20 Jan 16:41
38de0fa
Compare
Choose a tag to compare
v1.6.45-test Pre-release
Pre-release
Update docker build and GHCR sequencing (#399)

v1.6.40-test

16 Jan 22:39
1d7191d
Compare
Choose a tag to compare
v1.6.40-test Pre-release
Pre-release
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

10 Jan 23:41
783b00a
Compare
Choose a tag to compare

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

10 Jan 23:44
d53f991
Compare
Choose a tag to compare
v1.6.0-test Pre-release
Pre-release
Merge pull request #379 from Lumerin-protocol/pretest3

feat: add claudeai support; fix text models

v1.4.27-test

09 Jan 16:49
6d11b36
Compare
Choose a tag to compare
v1.4.27-test Pre-release
Pre-release
Merge pull request #376 from Lumerin-protocol/pretest2

Pretest2

v1.4.20-test

09 Jan 13:56
cce5891
Compare
Choose a tag to compare
v1.4.20-test Pre-release
Pre-release
Merge pull request #371 from Lumerin-protocol/pretest

update with clean wallet and prodia-v1 fix to v2

v1.4.17-test

07 Jan 15:43
d330d41
Compare
Choose a tag to compare
v1.4.17-test Pre-release
Pre-release
Merge pull request #367 from Lumerin-protocol/dev

Parsing and webui lockdown

v1.4.15-test

07 Jan 14:27
0dac345
Compare
Choose a tag to compare
v1.4.15-test Pre-release
Pre-release
Merge pull request #365 from Lumerin-protocol/http-auth

feat: http auth