Skip to content
Merged
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/cmap/connection_pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ export const PoolState = Object.freeze({
closed: 'closed'
} as const);

/** @public */
/** @public
* @deprecated This interface is deprecated and will be removed in a future release as it is not used
* in the driver */
export interface CloseOptions {
force?: boolean;
}
Expand Down