---
title: "FOSSA May 2019 Product Release Notes"
description: "Explore the latest updates from FOSSA, including simplified reporting, enhanced CLI, and better support for NuGet and Gradle."
canonical_url: "https://fossa.com/blog/may-product-release-notes/"
markdown_url: "https://fossa.com/blog/may-product-release-notes.md"
content_type: "blog"
language: "en"
date_published: "2019-06-04"
date_modified: "2019-06-04"
author: "Taylor Udell"
organization: "FOSSA"
---

# FOSSA May 2019 Product Release Notes

> Explore the latest updates from FOSSA, including simplified reporting, enhanced CLI, and better support for NuGet and Gradle.

We’ve been hard at work in May, focusing on simplifying reporting, enhancing the CLI, and getting up and running with Private Github Repos.

**Jira Integration Update: Changes Required**

We have updated our Jira Integration support based on Atlassian [product updates](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/). To continue using Jira Cloud and FOSSA’s Jira integration, you will need to switch from password-based authentication to an API token. To successfully integrate you need to [generate a Jira API token](https://confluence.atlassian.com/cloud/api-tokens-938839638.html) and update the credentials on [your FOSSA account’s Jira settings page](https://app.fossa.com/account/settings/integrations/jira). Please note that this change may not affect on-premises Jira users.

**Introducing Team Reports**

Need a report for a combination of FOSSA projects? Leverage Teams! Surface all the information you need at once. Teams allow you to create different groupings of people or projects (typically repos) in order to create customizable groups. Rather than compiling and de-duping bill of materials across several projects you can create a comprehensive overview across multiple FOSSA projects leveraging teams. Teams should be leveraged for reporting when different legal members review different projects and product is made up of a group of FOSSA projects. [Try it](https://app.fossa.com/account/settings/organization/teams?utm_source=blog)!

  ![FOSSA Team Reports](https://fossa.com/TeamReport3.gif)

**Improved NuGet Support**

We’ve improved support for NuGet declared dependencies. We improved categorization for licenses declared in .nuspec files to streamline attribution reporting.

**Improved Gradle Support**

We’ve improved our Gradle dependency parsing. We’ve also added custom configurations to the FOSSA CLI. You can now configure timeout and retry when executing Gradle commands. For more information check out our [Gradle configuration docs](https://github.com/fossas/fossa-cli/blob/master/docs/integrations/gradle.md#configuration-string).

**Improved Dependency Editing**

FOSSA allows you to update dependency information to inform our intelligent issue resolution and reduce false positives in future scans. We’ve enabled a “Delete Correction” button if your edit no longer applies.

  ![FOSSA Dependency Editing](https://fossa.com/image--1-.png)

**FOSSA CLI Enhancements**

We’ve enhanced [fossa-test](https://github.com/fossas/fossa-cli/blob/master/docs/user-guide.md/#fossa-test), making it easier to understand why a build has failed. We’ve both included information about the dependencies out of compliance with your policies as well as re-formatted outputs.

  ![FOSSA CLI Enhancements](https://fossa.com/Screen-Shot-2019-06-03-at-10.37.30-AM.png)
  Sample fossa test output

We have also enhanced the [fossa-init](https://github.com/fossas/fossa-cli/blob/master/docs/user-guide.md/#fossa-init) command. It will now work on any project, even if the version control system in place is not actively supported.

**Other Enhancements**

- Teammate invitation flow: we’ve made it easier to invite people and understand who in your organization is already part of your FOSSA team
- Improved error message specificity
- Improved GitHub imports for private repos
- Updated documentation on the [CLI](https://github.com/fossas/fossa-cli/blob/master/docs/README.md) and updated [FAQs](https://github.com/fossas/fossa-cli/blob/master/docs/faq.md)

For any questions about these updates feel free to contact us at [support@fossa.com](mailto:support@fossa.com).

## Source

Canonical page: https://fossa.com/blog/may-product-release-notes/
