> For the complete documentation index, see [llms.txt](https://docs.certinext.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certinext.io/documentation/release-notes/r1460-30-oct-2024.md).

# R1460 (30-Oct-2024)

This release introduces new features as below:

> #### What's New

* **Certificate Provisioning Platform Charges:** Platform charges are now applied automatically with each auto deployment of a certificate. This means that every time a certificate is automatically provisioned or deployed, a configured fee is levied, ensuring the platform charges align with usage.
* **Discover SMIME via Azure AD:** There is now a feature to discover SMIME (Secure/Multipurpose Internet Mail Extensions) certificates through Azure Active Directory (Azure AD). This enables seamless integration and discovery of SMIME certificates within the Azure environment, which are used for secure email communication.
* **Discover Certificates Manual Import:** A manual import option has been added, allowing users to import certificates manually and handle the provisioning of these certificates. This feature provides more flexibility for certificate management, particularly when dealing with certificates not automatically discovered or issued by the platform.
* **Tags-based Search for Discovered Certificates:** Users can now search for discovered certificates using tags that they have specified. This feature will make it easier to filter and locate certificates based on custom tags, which could be related to usage, type, or other metadata.
* **Orders Report (Advanced Search):** An advanced search capability is now available in the Orders Report section. Users can filter orders based on various criteria such as:
  * **Groups:** Search by groups of users or certificate types.
  * **Order Status:** Filter based on the current state of the order (e.g., pending, completed).
  * **Certificate Status:** Filter based on the status of the certificate (e.g., valid, expired, revoked).
* **emSign Retail:**
  * **Cart Implementation:** A cart functionality has been added, allowing users to select and add products (presumably certificates or related services) to a shopping cart and proceed to checkout. This introduces a more intuitive e-commerce experience for users.
  * **Currency Handling Based on IP Address:** The platform now handles currency based on the user’s IP address, automatically displaying the correct currency for their region. This provides a localized experience for users across different countries.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.certinext.io/documentation/release-notes/r1460-30-oct-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
