No description
Find a file
dependabot[bot] 28c1534472 Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867)
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0.
<details>
<summary>Release notes</summary>

*Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).*

> # Release v2.9.0
> 
> [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal)
> 
> This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months.
> 
> This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases.
> 
> ## Backwards Compatibility Breaks
> 
> This doesn't contain any intentional Backwards Compatibility (BC) breaks.
> 
> ## Deprecations
> 
> * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead.
> * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed.
> * It's not recommended to rely on the string representation of `Type` objects.
> * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible.
> * Calling `Statement::fetchColumn()` with an invalid column index is deprecated.
> * The `dbal:import` CLI command is deprecated. Please use other database client applications for import.
> 
> Please see details in the [UPGRADE.md](UPGRADE.md) documentation.
> 
> ## New Features
> 
> * Added support for MariaDB 10.3.
> * Added support for Windows authentication for SQL Server.
> * Added support for column length in index definitions on MySQL.
> 
> ## Improvements and Fixes
> 
> * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver.
> * Implemented handling BLOB objects represented as streams in the IBM DB2 driver.
> * DBAL is now continuously tested with the PDO driver for Oracle.
> * Implemented handling of URLs in master-slave and pooling-shard connection configuration.
> * The codebase is now fully compatible with the Doctrine Coding Standard v5.0.
> 
> Total issues resolved: **45**
> 
> **Deprecations:**
> 
> - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov)
> - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov)
> - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578)
> - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578)
> - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov)
> - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov)
> 
> **New Features:**
> 
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`21fdabe`](21fdabe2fc) Release v2.9.0
- [`8c0bf79`](8c0bf7983c) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8
- [`f7b4177`](f7b4177854) Travis CI tests on MySQL 8.0
- [`2179996`](2179996d6a) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294
- [`b1afc40`](b1afc40d1d) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found
- [`2e4588b`](2e4588be6d) Disabled and reworked some tests
- [`b3b0d31`](b3b0d3111b) Added PDO_OCI configuration for ContinuousPHP
- [`0b0015e`](0b0015e613) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358
- [`e7cc1bd`](e7cc1bdada) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b...
- [`1a2b9aa`](1a2b9aaca8) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27
- Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2018-12-05 11:03:36 +01:00
.github Fix links in issue template 2017-04-20 17:42:23 +08:00
app Allow smart playlist creation 2018-11-25 22:21:46 +01:00
bootstrap Upgraded to Laravel 5.4 2017-02-15 11:16:49 +08:00
config Apply fixes from StyleCI (#791) 2018-08-29 10:04:02 +02:00
database Add "Smart Playlist" backend logics (#849) 2018-11-04 00:25:08 +01:00
public Amend manifest with more content 2016-12-10 17:34:31 +08:00
resources Sync with core 2018-11-25 22:34:29 +01:00
routes Add "Recently Played" playlist (#839) 2018-10-20 23:46:12 +02:00
storage Upgrade to Larave 5.5 and PHP 7 2018-08-29 13:15:23 +07:00
tests Allow smart playlist creation 2018-11-25 22:21:46 +01:00
.editorconfig A change of heart re:indent size 2016-06-26 00:05:24 +08:00
.env.example Fix the doc URL for streaming in .env.example 2017-12-03 23:53:18 +01:00
.eslintignore Lint everything 2016-11-26 10:25:35 +07:00
.gitattributes Big Bang 2015-12-13 12:42:28 +08:00
.gitignore Add codecov 2018-11-11 12:09:57 +01:00
.gitmodules Adding submodule again 2018-02-04 13:35:00 +01:00
.htaccess Better .htaccess cache (fixes 706) 2018-04-14 22:51:09 +02:00
.travis.yml Add badge and config codecov 2018-11-11 12:20:09 +01:00
artisan Big Bang 2015-12-13 12:42:28 +08:00
composer.json Add badge and config codecov 2018-11-11 12:20:09 +01:00
composer.lock Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867) 2018-12-05 11:03:36 +01:00
index.php Applied fixes from StyleCI 2015-12-14 08:22:39 -05:00
LICENSE.md The most important commit of all 2018-01-01 00:37:36 +01:00
nginx.conf.example Refactor the remote controller into its own page 2017-08-27 16:53:17 +01:00
nitpick.json Make Nitpick CI ignore certain paths 2017-11-08 23:22:48 +01:00
package.json Add env preset 2018-11-19 10:00:11 +01:00
phpunit.xml Refactor tests 2017-08-05 17:56:11 +01:00
README.md Add badge and config codecov 2018-11-11 12:20:09 +01:00
server.php Applied fixes from StyleCI 2015-12-14 08:22:39 -05:00
webpack.config.js Extract core to submodule 2018-02-02 22:12:19 +01:00
webpack.mix.js Use webpack codesplitting 2018-09-04 16:32:39 +07:00
yarn.lock Add env preset 2018-11-19 10:00:11 +01:00

koel Build Status Code Quality codecov OpenCollective OpenCollective

Showcase

Intro

Koel (also stylized as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. Targeting web developers, Koel embraces some of the more modern web technologies flexbox, audio, and drag-and-drop API to name a few to do its job.

Install and Upgrade Guide

For system requirements, installation/upgrade guides, troubleshooting etc., head over to the Official Documentation.

Contribute

All contributions, big or small, are warmheartedly welcome! Please note, however, that if you want to work on a new feature, first open an issue to make sure it's something desired doing this will greatly save time for all of us.

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]