Skip to content

Latest commit

 

History

History
387 lines (230 loc) · 15 KB

release_notes.mdx

File metadata and controls

387 lines (230 loc) · 15 KB

Upsonic v0.34.3

  • Fixed type errors on several methods

Upsonic v0.34.2

  • Fixed exception log for run histories
  • Added username after Upsonic Active message
  • Fixed space problem on home page of element and run analyze page

Upsonic v0.34.1

  • Resolved release workflow on minor and major
  • Added texts to quic start headings

Full Changelog: https://github.com/Upsonic/Server/compare/v0.34.0...v0.34.1

Upsonic v0.34.0

  • Added quic start on home
  • Changed load approach in the object page

Full Changelog: https://github.com/Upsonic/Server/compare/v0.33.1...v0.34.0

Upsonic v0.31.0

  • Added one-time login
  • Added 443 server and one port working mode
  • Added remote dbs
  • Resolved user/users section informations
  • Resolved dark mode problem
  • Added notification system

Full Changelog: https://github.com/Upsonic/Server/compare/v0.30.7...v0.31.0

Upsonic v0.30.7

  • Resolved search bar bug

Upsonic v0.30.6

  • Resolved DevOps process prioritization.

Upsonic v0.30.2

  • Improved python 3.6 Support (Natively)

Upsonic v0.30.1

  • Resolved version generation problem on users.

Upsonic v0.30.0

In this version we made some fixed and improvements. And added an integration with Azure OpenAI

Docs Redesigned

image

Added Azure OpenAI Support

image

  • Search bar UI improvements
  • Commit Messages Improved
  • Added auto dark and light mode feature
  • Fixed 500 errors
  • Added pip3 install command
  • Added cardview to libraries page
  • Added an information about regenerating documentation proccess

Full Changelog: https://github.com/Upsonic/Server/compare/v0.29.0...v0.30.0

Upsonic v0.29.0

In this version we made many update for development proccess and controlling interfaces. And New UI.

New UI

image

Settings now in Dashboard

image

Added Diagnostic Page

image

  • Fixed User and Version Relationship
  • Added missing ports to docker file for expose
  • Added ARM Builds
  • Performance Analyses Default is Active Now
  • Added AI History System for Devlepment Speed
  • Added last version of ollama

Full Changelog: https://github.com/Upsonic/Server/compare/v0.25.0...v0.29.0

Upsonic v0.28.0

What's Changed

Full Changelog: https://github.com/Upsonic/Upsonic/compare/v0.27.0...v0.28.0

Upsonic v0.27.0

Check Idea [NEW]

This function helps in identifying duplicate or similar code snippets, ensuring code quality and reducing redundancy. image

Dump Together [NEW]

Added dump_together for improved reliability and speed. With this, the dump operation is complete with only one request.

Auto Dump with Llama3-8b

With this release users who run with llama3-8b will available to use auto_dump.

What's Changed

Full Changelog: https://github.com/Upsonic/Upsonic/compare/v0.26.0...v0.27.0

Upsonic v0.25.0

Supported client version: 0.28.0

Deep Analyze for Run History

With this release we just increase functionality of run history elements. image image

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.24.0...v0.25.0

Upsonic v0.24.0

Supported client version: 0.27.0

Dump Together [NEW]

Added dump_together for improved reliability and speed. With this the dump operation is complete with only one request.

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.23.0...v0.24.0

Upsonic v0.23.0

Supported client version: 0.26.0

Dependency Graph [NEW]

In this version, we add a dependency analysis system in the backend and a frontend page. With this, you can analyze the dependent object and the object whose dependent currently object. image

Events [NEW]

Now you can see the events of a user. Currently just dumps but we will increase the events in the next versions. image

LLM Proxy [NEW]

With this version, we just add an infrastructure for future agent systems. Now you can connect OpenAI and Ollama over the Upsonic container.

Some UI improvements

We just fix the run history, users, scopes tables view.

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.22.3...v0.23.0

Upsonic v0.22.3

Supported client version: 0.25.0

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.22.2...v0.22.3

Upsonic v0.22.2

Supported client version: 0.25.0

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.22.1...v0.22.2

Upsonic v0.22.1

Supported client version: 0.25.0

Light Mode [NEW]

In this release we just happy to share our Light Mode. You can easily switch with left bottom button. Frame 4

Code Styling

Now we have a code styling for more good experience and view. image

Custom Commit Messages

With this release you will be able to use custom commit messages via Upsonic Client 0.25.0 version.

def sum(a, b):
    return a + b

upsonic.dump("math.sum", sum, message="Added math.sum function")

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.22.0...v0.22.1

Upsonic v0.22.0

Automatic Updates with Each Dump Operations [NEW]

In this release we just complete our documentation lifecycle system. Now we are updating the documentations in each update. So you don't need regenerate buttons or anything more.

Your captain speaking, your all auto documents are now up do date ! 🤓 '

Added Detailed Commit View and Auto Commit Message [NEW]

With this release we just show the commit date, difference and auto generated commit message. Your well designed version control system is ready on your server with low costs. 💵 image image

Added Auto Release Note [NEW]

Just like auto commit messages now we have auto release notes as well. We are working for providing everything that can be make with LLM's 🚀 image

Switched to Llama 3

Good bye Gemma, thanks for everything. 🤝

Designer (1)

What's Changed

  • Added readme Implementation for github sync by @onuratakan in Upsonic/Server#121
  • Added automatic documentation update mechanism by @onuratakan in Upsonic/Server#122
  • Fixed user scope inputs, delete button location for scopes, removed regenerate buttons, added date and difference to commits and versions. removed ai section, fixed search input size by @onuratakan in Upsonic/Server#123
  • Added automatic commit message and release note generation and some bug fixes for readme and doc generations by @onuratakan in Upsonic/Server#124
  • Added ai_task sync for api and dashboard backend by @onuratakan in Upsonic/Server#125
  • Added a small animation to new version create operation by @onuratakan in Upsonic/Server#126
  • Switched to llama3-8b, added dump locking and made many fix by @onuratakan in Upsonic/Server#128

Full Changelog: https://github.com/Upsonic/Server/compare/v0.21.0...v0.22.0

Upsonic v0.21.0

GitHub Sync Ability [NEW]

In this release, we just added an initial GitHub Sync support. With this, all of your operations in Upsonic are mirrored to your GitHub repo immediately. image image

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.20.9...v0.21.0

Upsonic v0.20.0

Version Control and Commit History [NEW]

The version control ability update 🚀. In this release we introduce the version control and commit history. Also we have a bug fix for regenerating documentation situation.

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.19.3...v0.20.0

Upsonic v0.19.2

In this release we changed our default ports to 7341 (dashboard) and 7340 (api). Also we added some systems for next version control system. And parallel AI tasks limit feature added for solving some bugs.

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.19.1...v0.19.2

Upsonic v0.19.1

In this release we made some fixes for Readme Generation.

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.19.0...v0.19.1

Upsonic v0.19.0

Automatic Readme Generation [NEW]

In this version we added automatic Readme generation for all top modules and sub modules. The Readme also regenerate in changes. You can see the Explanation and Use Cases.

image image

What's Changed

Full Changelog: https://github.com/Upsonic/Server/compare/v0.18.0...v0.19.0

Upsonic v0.18.0

Search Mechanism [New]

In this version we just added a search infrastructure to easily find anything with your question.

For this we are using embedding search infrastructure with ollama. You can access and get results by your read permissions and going with just clicking.

Features:

  • Minimum Score Threshold: Users can specify a minimum score for search results, ensuring that only the most relevant documentation is returned. The closer it is to 1, the more relevant it is.
  • Result Limit: To manage the volume of information, users have the option to limit the number of results returned by the search.

OpenAI Model Support [New]

With this version we just add a ability to use gpt-3.5-turbo and gpt-4 instead of gemma-2b model.

For this you just need to add env variabes:

  • openai_api_key
  • default_model