Skip to content

Commit 7683f04

Browse files
v1.15: Email prompt (#3270)
1 parent 6d3165a commit 7683f04

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

learn/self_hosted/configure_meilisearch_at_launch.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,15 @@ Meilisearch automatically collects data from all instances that do not opt out u
238238

239239
[Read more about our policy on data collection](/learn/resources/telemetry), or take a look at [the comprehensive list of all data points we collect](/learn/resources/telemetry#exhaustive-list-of-all-collected-data).
240240

241+
### Contact email
242+
243+
**Environment variable**: `MEILI_CONTACT_EMAIL`<br />
244+
**CLI option**: `--contact-email`
245+
**Default value**: None<br />
246+
**Expected value**: an email address
247+
248+
Adds the specified string to Meilisearch's mailing list. Leave empty to automatically skip the email prompt when launching Meilisearch.
249+
241250
### Dumpless upgrade <NoticeTag type="experimental" label="experimental" />
242251

243252
**Environment variable**: `MEILI_EXPERIMENTAL_DUMPLESS_UPGRADE`<br />

snippets/samples/code_samples_getting_started_add_documents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ $client->index('movies')->addDocuments($movies);
7878
// <dependency>
7979
// <groupId>com.meilisearch.sdk</groupId>
8080
// <artifactId>meilisearch-java</artifactId>
81-
// <version>0.14.7</version>
81+
// <version>0.15.0</version>
8282
// <type>pom</type>
8383
// </dependency>
8484

8585
// For Gradle
8686
// Add the following line to the `dependencies` section of your `build.gradle`:
8787
//
88-
// implementation 'com.meilisearch.sdk:meilisearch-java:0.14.7'
88+
// implementation 'com.meilisearch.sdk:meilisearch-java:0.15.0'
8989

9090
// In your .java file:
9191
import com.meilisearch.sdk;

0 commit comments

Comments
 (0)