Skip to content

Releases: potpie-ai/momentum-core

v0.0.5

31 Jul 15:49
82ee840
Compare
Choose a tag to compare

What's Changed

This release helps start momentum easily without additional configuration of additional accessories like firebase & gcp.

Just start with the entry point ./start-momentum.sh

Full Changelog: 0.0.4...v0.0.5

v0.0.4

23 Jul 16:57
cbde94e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...0.0.4

v0.0.3

16 Jul 18:32
ca9e63c
Compare
Choose a tag to compare

What's Changed

  • Decoupled Knowledge Graph: Our core technology, the Knowledge Graph, which provides context to your codebase, is now a separate service. Supported by Celery workers and integrated via submodule to Momentum, this means you can still run it with Momentum, but for enhanced performance, you can deploy it separately, allocating a dedicated machine for handling Momentum and Knowledge Graph workloads independently.
  • Project Deletion Support: You can now easily delete projects directly from the application.
  • Enhanced User Preferences: Improved integration and handling of user preferences during test generation for a more personalized experience.
  • Language Parsing Checks: Strict language checks are in place to ensure we are exclusively parsing Python codebases.
  • Logging Integration Improvements: We've enhanced logging integration across the entire application for better monitoring and debugging.
  • Simplified Docker Integration: Getting started is easier than ever. Simply run docker compose up to have the entire infrastructure up and running.
  • Asynchronous Communication: Async communication with Celery is now handled via Redis for improved performance and reliability.
  • Gitpod Support: We've added support for Gitpod, a web-based IDE, catering to users who prefer a cloud-based development environment.
  • Pydantic Table Cleanup: We've removed the logic for storing code details in PostgreSQL's Pydantic table, now fetching node details directly from Neo4j for better performance and scalability.
  • Deprecated Tables Removed: Cleanup of deprecated tables for a leaner database.
  • Performance Enhancements: Various performance improvements across the application.

Full Changelog: 0.0.2...v0.0.3

v0.0.2

01 Jul 13:44
4d765c2
Compare
Choose a tag to compare

What's Changed

Genesis release! Please show some love by starring the repo and help support the project by contributing your fixes and suggestions! ❤️

What's New:

  • Knowledge graph creation
  • Async LLM interaction
  • Code generation agent queries knowledge graph tool for complete codebase context

Full Changelog: 0.0.1...0.0.2

v0.0.1

01 Jul 11:08
59762bd
Compare
Choose a tag to compare

Genesis release! Please show some love by starring the repo and help support the project by contributing your fixes and suggestions! ❤️

What's new:

  • Codebase parsing logic for python
  • Endpoint detection for flask, django, fastapi, sanic
  • Graph DB backend for parsing to enable visualisation
  • Test plan generation
  • Test code generation
  • Sentry, Portkey, Posthog integration

Contributors:
@vineetshar @cash1998 @akothari21 @s-r-aman @dhirenmathur