Skip to content

Commit

Permalink
v3.1.2 - remove use of mixin constants, too noisy and not worth all t…
Browse files Browse the repository at this point in the history
…he imports
  • Loading branch information
gdbrown committed Jul 19, 2020
1 parent d891dea commit ff64e20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
This changelog references the relevant changes done in 3.x versions.


## v3.1.2
* More mixin reference removal.


## v3.1.1
* Remove use of mixin/message constants for fields and schema refs as it's too noisy and isn't enough of a help to warrant it.

Expand Down
1 change: 0 additions & 1 deletion src/EventSearch/Elastica/IndexManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Gdbots\Pbj\MessageResolver;
use Gdbots\Pbjx\Exception\EventSearchOperationFailed;
use Gdbots\Schemas\Pbjx\Enum\Code;
use Gdbots\Schemas\Pbjx\Mixin\SearchEventsRequest\SearchEventsRequestV1Mixin;
use Psr\Log\LoggerInterface;
use Psr\Log\NullLogger;

Expand Down
1 change: 0 additions & 1 deletion src/EventSearch/Elastica/QueryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use Gdbots\QueryParser\Node\Numbr;
use Gdbots\QueryParser\ParsedQuery;
use Gdbots\Schemas\Pbjx\Enum\SearchEventsSort;
use Gdbots\Schemas\Pbjx\Mixin\SearchEventsRequest\SearchEventsRequestV1Mixin;

class QueryFactory
{
Expand Down

0 comments on commit ff64e20

Please sign in to comment.