# Release 2021.5.25

## No Plugin Changes

This release consists of:
1. Mitto NetSuite Bundle Changes
1. Documentation Updates

The `mitto-plugin-netsuite` remains unchanged; there is no need to
upgrade existing Mitto instances running an earlier version of the
plugin.

## Breaking Changes

None.

## Mitto NetSuite Bundle Changes

### Access Token

The Integration record included in the Mitto Bundle has always
included a Consumer Key and Consumer Secret; these remain unchanged:
```
"consumer_key": "fa02bbc93e6e2b11c22b0f7786880a707159d64570eb825e0fdf80b08f760631",
"consumer_secret": "44cc6775aa1bfd90b5ff3239a412a2bdcf242b48119bc8891597fa4b8ab45b82"
```
This is mentioned here as a reminder to include this information in
public-facing Mitto NetSuite Plugin documentation.  Current
instructions direct the customer to create an Integration record and
to issue a Consumer Key and Consumer Secret; this is not necessary and
can be omitted from the instructions.

### Mitto Bundle Versioning and Usage

The manner in which the Mitto Bundle is versioned and updated has
changed.  The changes are described in this [private documentation](
http://zuar-private-docs.s3-website-us-east-1.amazonaws.com/docsp/netsuite/bundle.html#the-mitto-bundle
).

Changes to the upgrade process, visible to the customer, are described
in this [private documentation](
http://zuar-private-docs.s3-website-us-east-1.amazonaws.com/docsp/netsuite/bundle.html#customer-interaction-with-the-mitto-bundle
).


A brief summary of the changes:

1. The bundle naming convention has changed; names no longer include a
   version number.
1. Customers should `upgrade` installed bundles.  The previous process
   uninstalling old bundles and installing new bundles is deprecated.
1. Going forward, the Mitto Bundle that should be installed by a new
   customer (i.e., someone without a Mitto Bundle in their account
   already) is named `Zuar, Inc. - Mitto Bundle` with a Bundle Id of
   `387543`.  This should not change in the future, even when the
   bundle is updated.
   
## Documentation Updates

A [digram](
https://www.zuar.com/api/mitto/plugin/netsuite/job_description_saved_search.html#configuration-netsuite-relationships
) depicting the relationship between job configuration
parameters and NetSuite account configuration was added.