-
-
Notifications
You must be signed in to change notification settings - Fork 59
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.46
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
7
contributors
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1d5b43c - Browse repository at this point
Copy the full SHA 1d5b43cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 595174a - Browse repository at this point
Copy the full SHA 595174aView commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d3d3e78 - Browse repository at this point
Copy the full SHA d3d3e78View commit details
Commits on May 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dd6c2d3 - Browse repository at this point
Copy the full SHA dd6c2d3View commit details
Commits on May 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bfbba45 - Browse repository at this point
Copy the full SHA bfbba45View commit details -
feature #41353 [Cache] Removed depreacted code (malteschlueter)
This PR was merged into the 6.0 branch. Discussion ---------- [Cache] Removed depreacted code | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | yes | Tickets | - | License | MIT | Doc PR | - This remove deprecated code from Cache. Is it necessary for the Changelog or Upgrade.md that the classes are not configurable anymore? Commits ------- 33a095dbf6 [Cache] Removed depreacted code
Configuration menu - View commit details
-
Copy full SHA for 8c76cc7 - Browse repository at this point
Copy the full SHA 8c76cc7View commit details
Commits on May 26, 2021
-
* 5.4: Fix CS in README files Fix markdown [HttpKernel] Fixes tests for PHP7.4+ fix test [HttpKernel] Throw when HttpKernel is created and the env is empty [FrameworkBundle] Deprecate the `AdapterInterface` autowiring alias, use `CacheItemPoolInterface` instead [Filesystem] fix readlink for Windows
Configuration menu - View commit details
-
Copy full SHA for e9e568d - Browse repository at this point
Copy the full SHA e9e568dView commit details
Commits on May 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b3aa389 - Browse repository at this point
Copy the full SHA b3aa389View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 97ccdab - Browse repository at this point
Copy the full SHA 97ccdabView commit details
Commits on Jun 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7e3b1e8 - Browse repository at this point
Copy the full SHA 7e3b1e8View commit details
Commits on Jun 24, 2021
-
* 5.4: (29 commits) [DI] fix fixture [ErrorHandler] fix handling buffered SilencedErrorContext [HttpClient] fix Psr18Client when allow_url_fopen=0 [DependencyInjection] Add support of PHP enumerations [Cache] handle prefixed redis connections when clearing pools [Cache] fix eventual consistency when using RedisTagAwareAdapter with a cluster [Uid] Prevent double validation in Uuid::fromString() with base32 values [Uid] Fix fromString() with low base58 values [Notifier] Add options to Microsoft Teams notifier [Notifier] Add Telnyx notifier bridge [Validator][Translation] Add ExpressionLanguageSyntax en and fr [HttpKernel] [HttpCache] Keep s-maxage=0 from ESI sub-responses Avoid broken action URL in text notification mail [FrameworkBundle] Add commented base64 version of secrets' keys [WebProfilerBundle] Improved the light/dark theme switching Fix references to CheckRememberMeConditionsListener [DependencyInjection] accept service locator definitions with no class [Cache] Disable locking on Windows by default [HttpClient] Add default base_uri to MockHttpClient [DependencyInjection] Fix binding "iterable $foo" when using the PHP-DSL ...
Configuration menu - View commit details
-
Copy full SHA for 65db095 - Browse repository at this point
Copy the full SHA 65db095View commit details
Commits on Jun 30, 2021
-
* 5.4: Fix tests CS fix CS fix CS fix CS fixes Bump Symfony version to 5.3.4 Update VERSION for 5.3.3 Update CHANGELOG for 5.3.3 Bump Symfony version to 5.2.12 Update VERSION for 5.2.11 Update CHANGELOG for 5.2.11 Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
Configuration menu - View commit details
-
Copy full SHA for cc8112b - Browse repository at this point
Copy the full SHA cc8112bView commit details
Commits on Jul 4, 2021
-
* 5.4: [FrameworkBundle] Add missing dep CS fix Missing translations from traits Fix SkippedTestSuite [Console] Fix type annotation on InputInterface::hasArgument() [Notifier] add Mailjet SMS bridge Revert "minor #41949 [Console] fix type annotations on InputInterface (nicolas-grekas)" [EventDispatcher] Correct the called event listener method case [Serializer] Need to clear cache when updating Annotation Groups on Entities Add missing translations for Japanese. Revert "bug #41952 [Console] fix handling positional arguments (nicolas-grekas)" Fix test [Security] Don't skip UserPasswordValidatorTest [DI] CS fix [Console] fix handling positional arguments Add TesterTrait::assertCommandIsSuccessful() helper [Validator] add translation for Vietnamese Add Bulgarian translation for the validator fix backport [Console] fix type annotations on InputInterface
Configuration menu - View commit details
-
Copy full SHA for fc39227 - Browse repository at this point
Copy the full SHA fc39227View commit details -
* 5.4: [Cache] Deprecate DoctrineProvider Allow to pass TranslatableMessage objects to the help option
Configuration menu - View commit details
-
Copy full SHA for fbcef1e - Browse repository at this point
Copy the full SHA fbcef1eView commit details -
[Cache] Remove DoctrineProvider
Signed-off-by: Alexander M. Turek <me@derrabus.de>
Configuration menu - View commit details
-
Copy full SHA for 1aa0f22 - Browse repository at this point
Copy the full SHA 1aa0f22View commit details
Commits on Jul 6, 2021
-
Signed-off-by: Alexander M. Turek <me@derrabus.de>
Configuration menu - View commit details
-
Copy full SHA for 0114914 - Browse repository at this point
Copy the full SHA 0114914View commit details
Commits on Jul 7, 2021
-
* 5.4: [Cache] backport type fixes [Cache] Remove MemcachedTrait
Configuration menu - View commit details
-
Copy full SHA for db5fb71 - Browse repository at this point
Copy the full SHA db5fb71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65686a8 - Browse repository at this point
Copy the full SHA 65686a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f95d7 - Browse repository at this point
Copy the full SHA 73f95d7View commit details
Commits on Jul 9, 2021
-
[Cache] Add types to private properties
Signed-off-by: Alexander M. Turek <me@derrabus.de>
Configuration menu - View commit details
-
Copy full SHA for 2c486b0 - Browse repository at this point
Copy the full SHA 2c486b0View commit details
Commits on Jul 10, 2021
-
* 5.4: clean up remaining event mocks fetch type information only once do not mock the Request class do not mock event classes Fix use_notify default value for PostgreSqlConnection recover from failed deserializations fix setDefaultCommand [ErrorHandle] Remove a link from the exception page [Validator] Added Ukrainian translations [DependencyInjection] Fix TaggedLocator attribute without index argument [GHA] Clarify some bits in the deps=high script [Cache] make `LockRegistry` use semaphores when possible [Security] Deprecate "always authenticate" and "exception on no token"
Configuration menu - View commit details
-
Copy full SHA for 52182f9 - Browse repository at this point
Copy the full SHA 52182f9View commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 36fcb80 - Browse repository at this point
Copy the full SHA 36fcb80View commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a556a8f - Browse repository at this point
Copy the full SHA a556a8fView commit details
Commits on Jul 15, 2021
-
* 5.4: [ErrorHandler] fix parsing `@return array<foo>` annotations [HttpFoundation] Fix return types of SessionHandler::gc() [Cache] Support decorated Dbal drivers in PdoAdapter [VarDumper] Support for intersection types Throw error if maximum block limit is reached for slack message options
Configuration menu - View commit details
-
Copy full SHA for b45dd09 - Browse repository at this point
Copy the full SHA b45dd09View commit details
Commits on Jul 18, 2021
-
* 5.4: Indicate compatibility with psr/log 2 and 3 [ci] Fix wrongly skipped integration tests
Configuration menu - View commit details
-
Copy full SHA for 619527a - Browse repository at this point
Copy the full SHA 619527aView commit details -
* 5.4: Simplify some code with null coalesce operator Don't use deprecated TestLogger class
Configuration menu - View commit details
-
Copy full SHA for f37739f - Browse repository at this point
Copy the full SHA f37739fView commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 520a05d - Browse repository at this point
Copy the full SHA 520a05dView commit details -
* 5.4: Fix intersection types on tests [Notifier] cs [Console] fix table setHeaderTitle without headers [Validator] remove `@internal` annotation on Constraint::__get()
Configuration menu - View commit details
-
Copy full SHA for a56e55d - Browse repository at this point
Copy the full SHA a56e55dView commit details -
* 5.4: Leverage str_contains/str_starts_with Leverage str_ends_with
Configuration menu - View commit details
-
Copy full SHA for c19818c - Browse repository at this point
Copy the full SHA c19818cView commit details
Commits on Jul 23, 2021
-
* 5.4: [Cache] Add missing return type [5.2] Add missing `@return` annotations [4.4] Add missing `@return` annotations Handle lock with long key #42227 update phpdoc to recommend createIndex over ensureIndex
Configuration menu - View commit details
-
Copy full SHA for 19acacb - Browse repository at this point
Copy the full SHA 19acacbView commit details
Commits on Aug 9, 2021
-
* 5.4: (31 commits) fix test Clarify goals of AbstractController cs fix [Security][Validator] Add missing translations for Indonesian (id) [Security] Deprecate legacy signatures [Notifier] fix typo firebase [SecurityBundle] Create a smooth upgrade path for security factories Add trailing Line return if last line is non empty Add trailing Line return if last line is non empty [Security] Deprecate `PassportInterface` Report mismatches between trans-unit id and source text via status script Do not add namespace argument to NullAdapter in CachePoolPass [FrameworkBundle] Update cache:clear help [HttpFoundation] Add `litespeed_finish_request` to `Response` Fix markup (minor) remove author tags from test classes [Notifier] add `SentMessageEvent` and `FailedMessageEvent` [HttpFoundation] Mark Request::get() internal Add missing to semi-colon to exception.js [FrameworkBundle] remove dead conditions in Translation Commands ...
Configuration menu - View commit details
-
Copy full SHA for 2f7ea10 - Browse repository at this point
Copy the full SHA 2f7ea10View commit details
Commits on Aug 10, 2021
-
* 5.4: [Cache] fix wiring async cache recomputing in debug mode
Configuration menu - View commit details
-
Copy full SHA for 642c921 - Browse repository at this point
Copy the full SHA 642c921View commit details
Commits on Aug 12, 2021
-
* 5.4: More return type fixes (bis) Cleanup `@return` annotations
Configuration menu - View commit details
-
Copy full SHA for 7c4ce8c - Browse repository at this point
Copy the full SHA 7c4ce8cView commit details
Commits on Aug 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4253cbd - Browse repository at this point
Copy the full SHA 4253cbdView commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d49577e - Browse repository at this point
Copy the full SHA d49577eView commit details
Commits on Aug 17, 2021
-
* 5.4: [Serializer] cs fix Cleanup more `@return` annotations [Form] Fix phpdoc on FormBuilderInterface
Configuration menu - View commit details
-
Copy full SHA for da7ffe1 - Browse repository at this point
Copy the full SHA da7ffe1View commit details
Commits on Aug 25, 2021
-
* 5.4: Fix tests [HttpKernel] skip test on appveyor [AMQP] [Messenger] Do not leak any credentials when connection fails
Configuration menu - View commit details
-
Copy full SHA for 4b69856 - Browse repository at this point
Copy the full SHA 4b69856View commit details
Commits on Aug 29, 2021
-
* 5.4: [Cache] Fix comment in MemcachedAdapter [SecurityBundle] Fix broken mock [DomCrawler] Don't pass null to trim()
Configuration menu - View commit details
-
Copy full SHA for 96bbb99 - Browse repository at this point
Copy the full SHA 96bbb99View commit details
Commits on Sep 1, 2021
-
* 5.4: [Translation] Throw exception if symfony/finder is not installed for PhpExtractor fix tests Fix tests failing with DBAL 3 Fix circular reference in autowired decorators [Security] Do not deauthenticate token on user change if not an AbstractToken
Configuration menu - View commit details
-
Copy full SHA for 67a6e54 - Browse repository at this point
Copy the full SHA 67a6e54View commit details
Commits on Sep 3, 2021
-
* 5.4: Revert "bug #42831 [Mime] Update mime types (fabpot)" Clean about command description after Environment section was removed Fix implicit float to int cast [Mime] Update mime types [HttpKernel] Fix timeline in profiler
Configuration menu - View commit details
-
Copy full SHA for c0cf798 - Browse repository at this point
Copy the full SHA c0cf798View commit details
Commits on Sep 7, 2021
-
* 5.4: [DependencyInjection] Improve array phpdoc of `ContainerBuilder` Match 5.1 mailer configuration [Cache] Make sure PdoAdapter::prune() always returns a bool [HttpKernel] Fix broken mock [HttpClient] Fix handling timeouts when responses are destructed [PropertyInfo] Support for intersection types
Configuration menu - View commit details
-
Copy full SHA for 4c9db88 - Browse repository at this point
Copy the full SHA 4c9db88View commit details -
Configuration menu - View commit details
-
Copy full SHA for daed599 - Browse repository at this point
Copy the full SHA daed599View commit details
Commits on Sep 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a8c7c5f - Browse repository at this point
Copy the full SHA a8c7c5fView commit details -
minor #42949 Remove needless TypeErrors (nicolas-grekas)
This PR was merged into the 6.0 branch. Discussion ---------- Remove needless TypeErrors | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- c7d479ea51 Remove needless TypeErrors
Configuration menu - View commit details
-
Copy full SHA for 0acd113 - Browse repository at this point
Copy the full SHA 0acd113View commit details -
* 5.4: [Cache] Add CouchbaseCollectionAdapter compatibility with sdk 3.0.0 [Cache] Deprecate support for Doctrine Cache
Configuration menu - View commit details
-
Copy full SHA for 75b5324 - Browse repository at this point
Copy the full SHA 75b5324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed19df - Browse repository at this point
Copy the full SHA 9ed19dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99cf644 - Browse repository at this point
Copy the full SHA 99cf644View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec86000 - Browse repository at this point
Copy the full SHA ec86000View commit details
Commits on Sep 24, 2021
-
* 5.4: [VarDumper] fix dumping typed references from properties [VarDumper] minor optim on PHP 8.1 Update README.md [Messenger] [Redis] Allow authentication with user and password [Cache] Throw ValueError in debug mode when serialization fails [FrameworkBundle] Avoid secrets:decrypt-to-local command to fail fix missing classes Mattermost Notifier option to post in an other channel [Messenger] Add WorkerMetadata to Worker class
Configuration menu - View commit details
-
Copy full SHA for f84a656 - Browse repository at this point
Copy the full SHA f84a656View commit details
Commits on Sep 26, 2021
-
* 5.4: [SecurityBundle] Fixed LogicException message of FirewallAwareTrait [LDAP] Fix resource type checks & docblocks on PHP 8.1 Revert "feature #43094 [Console] Add support of RGB functional notation (alexandre-daubois)" Fix Redis replication on Redis <5 Fix decorating non-entrypoint authenticators [Ldap] Make LdapAuthenticator an EntryPoint
Configuration menu - View commit details
-
Copy full SHA for f9c1016 - Browse repository at this point
Copy the full SHA f9c1016View commit details
There are no files selected for viewing