Tag

delphi

16 posts tagged delphi.

Build it with AI? Why the AWS SDK for Delphi still wins
6 min read aws-sdk aws build-vs-buy delphi

Build it with AI? Why the AWS SDK for Delphi still wins

Generating AWS code with AI works fine for a one-off script. The moment it deploys to AWS — credentials, STS, retries — the £149 SDK for Delphi is the cheaper choice.

Read more →
Announcement: AWS SDK for Delphi 2.1 — New platforms and Process Credentials
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 2.1 — New platforms and Process Credentials

2.1 adds WinARM64EC for ARM-based Windows devices and the modern LLVM-based Win64x compiler target. Plus Process Credentials for custom credential providers.

Read more →
Announcement: AWS SDK for Delphi 2.0 — SQS moves to JSON, SES v2 expanded
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 2.0 — SQS moves to JSON, SES v2 expanded

Major version: SQS moves to the modern JSON protocol and SES v2 expands. Both bring breaking interface changes — read before you upgrade.

Read more →
Announcement: AWS SDK for Delphi 1.7 — RAD Studio 13 Florence support
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.7 — RAD Studio 13 Florence support

1.7 adds support for RAD Studio 13 Florence, including the new 64-bit IDE. Comes a week after the Embarcadero Edition was retired.

Read more →
The Embarcadero Edition of AWS SDK for Delphi is discontinued
1 min read aws-sdk aws announcement delphi

The Embarcadero Edition of AWS SDK for Delphi is discontinued

With RAD Studio 13 Florence shipping, the Embarcadero Edition of the AWS SDK for Delphi is being retired. New features from 1.5.0 onward are Appercept-only.

Read more →
Announcement: AWS SDK for Delphi 1.6 — IAM Identity Center & SSO
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.6 — IAM Identity Center & SSO

Single sign-on through AWS IAM Identity Center, new Identity Store and SSO-OIDC clients, and per-service endpoint storage.

Read more →
Announcement: AWS SDK for Delphi 1.5 — Service-specific endpoints
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.5 — Service-specific endpoints

1.5 adds service-specific endpoint configuration, opening the door to S3-compatible storage (MinIO, R2, B2) and LocalStack. Plus the AWS Account Management client.

Read more →
Announcement: AWS SDK for Delphi 1.2 — IAM, plus S3 copy and rename
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.2 — IAM, plus S3 copy and rename

1.2 adds the AWS Identity & Access Management client for programmatic policy and role management from Delphi, plus S3 copy and rename operations.

Read more →
Announcement: AWS SDK for Delphi 1.1 — Amazon Rekognition
1 min read aws-sdk aws announcement delphi

Announcement: AWS SDK for Delphi 1.1 — Amazon Rekognition

1.1 adds Amazon Rekognition for machine-learning image analysis from Delphi: detect labels, faces, and text. Plus fixes for pre-signed URL generation.

Read more →
Announcement: Appercept AWS SDK for Delphi 1.0 — General Availability
1 min read aws-sdk aws announcement delphi

Announcement: Appercept AWS SDK for Delphi 1.0 — General Availability

The AWS SDK for Delphi reaches 1.0 under the Appercept brand. Signed Windows libraries, dualstack IPv6 endpoints, and more S3 capability.

Read more →
Announcement: Appercept AWS SDK for Delphi 0.12.0 Released!
1 min read aws-sdk aws announcement delphi

Announcement: Appercept AWS SDK for Delphi 0.12.0 Released!

New AWS SDK for Delphi release with support for Amazon Polly and Textract.

Read more →
Announcement: Appercept AWS SDK for Delphi 0.11.0 Released!
1 min read aws-sdk aws announcement delphi

Announcement: Appercept AWS SDK for Delphi 0.11.0 Released!

New AWS SDK for Delphi released with support for Amazon Simple Email Service.

Read more →
Appercept AWS SDK for Delphi (Preview) released
1 min read aws-sdk aws announcement delphi

Appercept AWS SDK for Delphi (Preview) released

Announcing the immediate availability of Appercept AWS SDK for Delphi.

Read more →
Matching HTTP requests with WebMocks in Delphi
4 min read Part 3 of 4 · WebMocks in Delphi webmocks tutorial delphi

Matching HTTP requests with WebMocks in Delphi

Dig into the details of how to match specific requests.

Read more →
All about HTTP responses with WebMocks in Delphi
3 min read Part 2 of 4 · WebMocks in Delphi webmocks tutorial delphi

All about HTTP responses with WebMocks in Delphi

Learn how to mock HTTP responses with WebMocks in Delphi.

Read more →
Testing HTTP clients in Delphi with DUnitX and WebMocks
3 min read Part 1 of 4 · WebMocks in Delphi webmocks tutorial delphi

Testing HTTP clients in Delphi with DUnitX and WebMocks

Delphi makes writing HTTP client code easy, but it's not always easy to test. DUnitX and WebMocks are two great tools for testing HTTP clients in Delphi.

Read more →