-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.0.1 #14
Merged
Merged
0.0.1 #14
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Initial implementation with proxy endpoints partially implemented Includes accessor methods for MQ Transactional requests Includes API request/response schemas for backend services * Implement basic auth with unit tests * Implement WolframAlpha API with examples * Add remaining backend transactional endpoints * Refactor into modules * Stub config handling Add site title and summary * Implement LLM API route * Implement configuration aod Docker with default overlay * Implement JWT token refresh * Implement rate limiting * Refactor to `hana` and add documentation * Update automation for new repo Fix copy/paste leftovers in setup.py * Update excluded licenses Add pythin build tests Update unit test covered versions * Update tests and remove default token strings * Update auth tests * Update auth tests * Update documentation and default config Add test coverage for refresh requests with updated handling --------- Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: Daniel McKnight <[email protected]>
* Add `assist` route with stt/tts endpoints * Add `get_response` route Implement safety checks on STT/TTS Request size Add `user_profile` schema * Add new config params to configuration docs with rationale for defaults --------- Co-authored-by: Daniel McKnight <[email protected]>
) Co-authored-by: Daniel McKnight <[email protected]>
* Prevent caching incomplete jwt tokens in `validate_auth` method Add token expiration to response data so client can manage refreshing * Fix default `client_id` default to use a factory method Add rate limit to `/auth/login` endpoint by origin IP address * Add default values for test backwards-compat. --------- Co-authored-by: Daniel McKnight <[email protected]>
* Make authorization requests per minute param configurable with comparable defaults (6/60 from 3/30) Document configuration option in README.md * Add time to wait to HTTP response --------- Co-authored-by: Daniel McKnight <[email protected]>
* Add NodeData model for client connection properties Update MQServiceManager to manage Sessions * Remove WIP voice_client --------- Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: Daniel McKnight <[email protected]>
Add release notes to GHA Co-authored-by: Daniel McKnight <[email protected]>
NeonDaniel
approved these changes
Feb 26, 2024
mikejgray
approved these changes
Feb 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
0.0.1a9 (2024-02-26)
Full Changelog
Merged pull requests:
0.0.1a8 (2024-01-26)
Full Changelog
Merged pull requests:
0.0.1a7 (2024-01-26)
Full Changelog
Merged pull requests:
0.0.1a6 (2024-01-26)
Full Changelog
Merged pull requests:
0.0.1a5 (2024-01-23)
Full Changelog
Merged pull requests:
0.0.1a4 (2024-01-22)
Full Changelog
Merged pull requests:
0.0.1a3 (2024-01-22)
Full Changelog
Merged pull requests:
assist
route for HTTP requests #3 (NeonDaniel)0.0.1a2 (2024-01-19)
Full Changelog
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator