# What's New?

## 1.0.4

* [**SlackProvider**](https://megaphone.ortusbooks.com/providers/slackprovider): Use default [`SlackRoute`](https://megaphone.ortusbooks.com/providers/slackprovider#routenotificationforslack) object if none is returned.

## 1.0.3

* Only invoke routing methods ([`routeFor{Provider}`](https://megaphone.ortusbooks.com/reference/baseprovider#routenotificationfor)) if they exist.

## 1.0.2

* Ensure optional dependencies are activated when registering channels.

## 1.0.1

#### [EmailProvider](https://megaphone.ortusbooks.com/providers/slackprovider#configuration)

* Use the default mailer from `cbMailServices` if no default mailer is configured for Megaphone.
* Log mail `send` successes to `info` and errors to `error` by default.

## 1.0.0

### Initial Release!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://megaphone.ortusbooks.com/whats-new.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
