-
Notifications
You must be signed in to change notification settings - Fork 22
Release 2.2 #265
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
Merged
Merged
Release 2.2 #265
Conversation
This file contains hidden or 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 21 out of 38 changed files in this pull request and generated no comments.
Files not reviewed (17)
- .env.example: Language not supported
- Dockerfile: Language not supported
- app/Classes/Authentication/KeycloakAuthenticator.php: Language not supported
- app/Http/Controllers/Extension/Sandbox/InternalController.php: Language not supported
- app/Http/Controllers/Extension/Sandbox/_routes.php: Language not supported
- app/Http/Helpers.php: Language not supported
- app/Http/Middleware/VerifyCsrfToken.php: Language not supported
- app/Models/Permission.php: Language not supported
- app/Models/User.php: Language not supported
- composer.json: Language not supported
- config/app.php: Language not supported
- config/broadcasting.php: Language not supported
- config/captcha.php: Language not supported
- config/database.php: Language not supported
- config/dotenv-editor.php: Language not supported
- config/jwt.php: Language not supported
- config/remote.php: Language not supported
Comments suppressed due to low confidence (1)
.github/workflows/php84-docker-publish.yml:5
- [nitpick] The branch name 'wip-gonna-change-it' appears informal and may lead to confusion in release workflows. Consider updating it to reflect a standard release branch name if intended for production.
- wip-gonna-change-it
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.
This release introduces several new features, improvements, and fixes to the Liman Core. Below is a comprehensive summary of the changes included in this release:
Key Changes in This Repository (
limanmys/core
)Environment Configuration Updates:
REVERB_APP_ID
,REVERB_APP_KEY
, etc.) in.env.example
.PHP Version Upgrade:
8.1
to8.4
in:.github/workflows/main.yml
Dockerfile
Keycloak Role Caching:
KeycloakAuthenticator
.New API Endpoint:
/getLimanUsers
inInternalController
to fetch Liman users.Routing Changes:
SandboxGetLimanUsers
) in_routes.php
.Dotenv Editor Replacement:
Jackiedo\DotenvEditor
withsixlive\DotenvEditor
inHelpers.php
.CSRF Exemptions:
/lmn/private/getLimanUsers
to CSRF exceptions.Laravel 12 Upgrade
Newer Changes from
limanmys/next
RepositoryQuality-of-Life Improvements:
User Management Enhancements:
Bug Fixes:
20
.Notifications Improvements: