Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Releases: DZunke/SlackBundle

SlackBundle v2.6.0

20 Jul 04:36
9367944
Compare
Choose a tag to compare

SlackBundle v2.6.0

  • Feature: Support file upload api with multipart form data (by @pmishev)
  • Feature: Add support for threads in file upload api (by @pmishev)

SlackBundle v2.5.0

09 Jan 09:55
b5b453c
Compare
Choose a tag to compare

SlackBundle v2.5.0

  • Feature: Removed symfony/symfony as required package by splitting requirements (by @makasim)
  • FIX: Symfony 4 Warnings when calling public services (by @syunta)

SlackBundle v2.4.1

27 Sep 13:24
Compare
Choose a tag to compare

SlackBundle v2.4.1

  • FIX: Symfony 2.8 support was defect by removed classes in services.yml

SlackBundle v2.4.0

26 Sep 11:00
Compare
Choose a tag to compare

SlackBundle v2.4.0

  • Feature: Support for more fields in attachments and additional client options for Messaging::message() (by @pmishev=
  • Support for Symfony 4.0

SlackBundle v2.3.0

19 Jan 19:17
Compare
Choose a tag to compare

SlackBundle v2.3.0

  • Feature: Add channel.create action
  • Bug: Fixed dumb error with post requesting

SlackBundle v2.2.0

16 Jan 19:46
Compare
Choose a tag to compare

SlackBundle v2.2.0

  • Feature: Add Support to send Requests as POST instead of GET
  • Patch: Fix UsersList-Action, users email could be empty (by @mediafigaro)
  • Patch: Fix channel history (found in fork by @elmpp)

SlackBundle v2.1.0

14 Dec 13:32
Compare
Choose a tag to compare

SlackBundle v2.1.0

  • Add Support to disable SSL Verification at Guzzle Client

SlackBundle v2.0.0

10 Oct 17:11
Compare
Choose a tag to compare

SlackBundle v2.0.0

  • (NOT BC) Feature: Upgrade to Guzzle 6 (thanks for Support @alister)

1.4.0

12 Feb 21:48
Compare
Choose a tag to compare

SlackBundle v1.4.0

  • Feature: Monolog-Logger uses colored attachments based on the log level (by @jdecoster)
  • Patch: Quoting Services to Support Symfony > 2.8 (by @carlosmasip)
  • Patch: Fix deprecation in configuration
  • Patch: Enable Symfony 3.0 and PHP 7

1.3.0

04 Nov 08:52
Compare
Choose a tag to compare

SlackBundle v1.3.0

  • Feature: File upload service now accepts an array of channels, string usage is deprecated
  • Feature: Implement action to invite users to a channel
  • Feature: Implement action and service to get details about users on the team
  • Feature: Implement console command to read userdata from api
  • Patch: File upload no longer need to lookup channel id due to api changes
  • Patch: Set aliases for command names - old names with dzunke: prefix will be removed in the future!